Re: [PATCH 2/6] x86: ifdef enable_IR_x2apic() out

From: Ingo Molnar
Date: Mon Feb 14 2011 - 06:03:58 EST




* Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> wrote:

> +#ifdef CONFIG_X86_64
> extern void enable_IR_x2apic(void);
> +#endif

Cannot we use the CONFIG_X86_X2APIC Kconfig switch here, instead of CONFIG_X86_64?

enable_IR_x2apic() is not a 64-bit CPU feature.

Thanks,

Ingo
--
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/