debuggers.hg
changeset 10951:aeb484dafc5b
[HVM] Declare vlapic_ipi() as static. Used only once.
Signed-off-by: Steven Smith <ssmith@xensource.com>
Signed-off-by: Steven Smith <ssmith@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Thu Aug 03 13:55:41 2006 +0100 (2006-08-03) |
parents | 3eb0f56d77c2 |
children | 3fc216fbef58 |
files | xen/arch/x86/hvm/vlapic.c |
line diff
1.1 --- a/xen/arch/x86/hvm/vlapic.c Thu Aug 03 13:54:05 2006 +0100 1.2 +++ b/xen/arch/x86/hvm/vlapic.c Thu Aug 03 13:55:41 2006 +0100 1.3 @@ -377,7 +377,7 @@ static int vlapic_check_vector(struct vl 1.4 return 1; 1.5 } 1.6 1.7 -void vlapic_ipi(struct vlapic *vlapic) 1.8 +static void vlapic_ipi(struct vlapic *vlapic) 1.9 { 1.10 uint32_t icr_low = vlapic_get_reg(vlapic, APIC_ICR); 1.11 uint32_t icr_high = vlapic_get_reg(vlapic, APIC_ICR2);