# HG changeset patch # User kfraser@localhost.localdomain # Date 1154609741 -3600 # Node ID aeb484dafc5bf50fb5d5881d014d6b90dc349af3 # Parent 3eb0f56d77c2824884c01617bd199e99559a4d26 [HVM] Declare vlapic_ipi() as static. Used only once. Signed-off-by: Steven Smith diff -r 3eb0f56d77c2 -r aeb484dafc5b xen/arch/x86/hvm/vlapic.c --- a/xen/arch/x86/hvm/vlapic.c Thu Aug 03 13:54:05 2006 +0100 +++ b/xen/arch/x86/hvm/vlapic.c Thu Aug 03 13:55:41 2006 +0100 @@ -377,7 +377,7 @@ static int vlapic_check_vector(struct vl return 1; } -void vlapic_ipi(struct vlapic *vlapic) +static void vlapic_ipi(struct vlapic *vlapic) { uint32_t icr_low = vlapic_get_reg(vlapic, APIC_ICR); uint32_t icr_high = vlapic_get_reg(vlapic, APIC_ICR2);