From: Ingo Molnar Date: Thu, 10 Jul 2008 10:33:20 +0000 (+0200) Subject: x86, visws: fix generic-ipi build X-Git-Tag: v2.6.27-rc1~1069^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca201c8230de336c3684aa3f3422d0c3f02bcef9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed