* Ingo Molnar <[EMAIL PROTECTED]> wrote: > i've added your full patch meanwhile - maybe we can get away with it.
i needed the trivial fix below. You did not test-build it on 32-bit it appears :-) Ingo --- arch/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-x86.q/arch/x86/Makefile =================================================================== --- linux-x86.q.orig/arch/x86/Makefile +++ linux-x86.q/arch/x86/Makefile @@ -106,7 +106,7 @@ KBUILD_CFLAGS += $(call cc-option,-mno-s # fcore-y is linked before mcore-y files. # Default subarch .c files -mcore-y := arch/x86/mach-default +mcore-y := arch/x86/mach-default/ # Voyager subarch support mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-x86/mach-voyager -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/