[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090116124548.GC5421@elte.hu>
Date: Fri, 16 Jan 2009 13:45:48 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jan Beulich <jbeulich@...ell.com>
Cc: tglx@...utronix.de, hpa@...or.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86: fully honor "nolapic" (take 2)
* Jan Beulich <jbeulich@...ell.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists