Re: [PATCH v3] x86/devicetree: Fix build for amd64

2015-02-03 Thread Maciej W. Rozycki
On Mon, 2 Feb 2015, Ricardo Ribalda Delgado wrote: > apic_force_enable is not defined for amd64. > > Without this patch: > > LD init/built-in.o > arch/x86/built-in.o: In function `dtb_lapic_setup': > kernel/devicetree.c:155: > undefined reference to `apic_force_enable' > Makefile:923: recip

[PATCH v3] x86/devicetree: Fix build for amd64

2015-02-02 Thread Ricardo Ribalda Delgado
apic_force_enable is not defined for amd64. Without this patch: LD init/built-in.o arch/x86/built-in.o: In function `dtb_lapic_setup': kernel/devicetree.c:155: undefined reference to `apic_force_enable' Makefile:923: recipe for target 'vmlinux' failed make: *** [vmlinux] Error 1 Signed-off-