x86, visws: fix generic-ipi build
authorIngo Molnar <mingo@elte.hu>
Thu, 10 Jul 2008 10:33:20 +0000 (12:33 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 10 Jul 2008 10:35:46 +0000 (12:35 +0200)
commitca201c8230de336c3684aa3f3422d0c3f02bcef9
treed1d6f1898d2b0d208b9e3c73bae5b89b771ae6e0
parent5e374fb62621aca9522f76c2317c9acda75a8e88
x86, visws: fix generic-ipi build

fix:

 arch/x86/kernel/built-in.o: In function `smp_intr_init':
 (.init.text+0x49e2): undefined reference to `call_function_single_interrupt'

Caused by include/asm-x86/mach-visws/entry_arch.h getting out of sync
with the include/asm-x86/mach-default/entry_arch.h file it derives from.

Copy the default file over - next step will be to simply include the default
file.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/mach-visws/entry_arch.h