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

From: Maciej W. Rozycki
Date: Tue Feb 03 2015 - 06:45:54 EST


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: recipe for target 'vmlinux' failed
> make: *** [vmlinux] Error 1
>
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@xxxxxxxxx>
> ---
> v3: Suggested by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx>
> Implementing the function in apic.h and not in apic.c
> (actually, doing v2 properly :) )
>
> v2: Suggested by: Jiang Liu <jiang.liu@xxxxxxxxxxxxxxx>
>
> How about defining a version of apic_force_enable()
> for X86_64 in apic.h which just return failure?

Reviewed-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx>

Thanks,

Maciej
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/