Re: [PATCH] x86: fully honor "nolapic" (take 2)
From: Ingo Molnar
Date: Fri Jan 16 2009 - 07:46:32 EST
* Jan Beulich <jbeulich@xxxxxxxxxx> wrote:
> + if (disable_apic) {
> +#ifdef CONFIG_X86_IO_APIC
> + disable_ioapic_setup();
> +#endif
> + return;
> + }
Shouldnt that #ifdef be avoided by always providing the function - just it
is a NOP inline in the !CONFIG_X86_IO_APIC case?
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/