diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 79ad15252150..00829401389e 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -521,12 +521,12 @@ static void xen_io_delay(void) | |||
521 | } | 521 | } |
522 | 522 | ||
523 | #ifdef CONFIG_X86_LOCAL_APIC | 523 | #ifdef CONFIG_X86_LOCAL_APIC |
524 | static unsigned long xen_apic_read(unsigned long reg) | 524 | static u32 xen_apic_read(unsigned long reg) |
525 | { | 525 | { |
526 | return 0; | 526 | return 0; |
527 | } | 527 | } |
528 | 528 | ||
529 | static void xen_apic_write(unsigned long reg, unsigned long val) | 529 | static void xen_apic_write(unsigned long reg, u32 val) |
530 | { | 530 | { |
531 | /* Warn to see if there's any stray references */ | 531 | /* Warn to see if there's any stray references */ |
532 | WARN_ON(1); | 532 | WARN_ON(1); |