projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca97ab9
)
xen: expose enable_IO_APIC for 32-bit
author
Ian Campbell
<ian.campbell@citrix.com>
Mon, 9 Feb 2009 20:05:48 +0000
(12:05 -0800)
committer
Jeremy Fitzhardinge
<jeremy@goop.org>
Mon, 9 Feb 2009 22:04:56 +0000
(14:04 -0800)
enable_IO_APIC() is defined for both 32- and 64-bit x86, so it should
be declared for both.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/include/asm/hw_irq.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/hw_irq.h
b/arch/x86/include/asm/hw_irq.h
index 1b82781b898d3bd374aebc2fa85e2e9d2fd84172..370e1c83bb49a27048d4641546bef5f76efd0faa 100644
(file)
--- a/
arch/x86/include/asm/hw_irq.h
+++ b/
arch/x86/include/asm/hw_irq.h
@@
-65,9
+65,7
@@
extern void disable_IO_APIC(void);
extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn);
extern void setup_ioapic_dest(void);
-#ifdef CONFIG_X86_64
extern void enable_IO_APIC(void);
-#endif
/* Statistics */
extern atomic_t irq_err_count;