summaryrefslogtreecommitdiff
path: root/include/asm-x86/arch_hooks.h
AgeCommit message (Collapse)Author
2008-04-23x86: make smp_intr_init() staticAdrian Bunk
This patch makes the needlessly global smp_intr_init() static. To avoid problems, it also renames the voyager one to voyager_smp_intr_init(). Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-01-30x86: move debug related declarations to kdebug.hThomas Gleixner
Move them and fixup some users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>