From: Patrick G. Bridges Date: Tue, 19 Oct 2010 20:18:34 +0000 (-0600) Subject: Minor compile fix. X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f619642d12e8063583e90c66307c0deba97b056;p=palacios.git Minor compile fix. --- diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index bb19a66..40b90a1 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -1100,7 +1100,7 @@ static struct intr_ctrl_ops intr_ops = { static struct vm_timer_ops timer_ops = { - .update_timer = apic_update_timer, + .update_timer = apic_update_time, };