From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH] Add CONFIG_X86_APIC_OFF for i386/UP Date: Fri, 28 Jan 2005 15:30:10 +0100 Message-ID: <20050128143010.GE6703@wotan.suse.de> References: <20050128133927.GC6703@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Hugh Dickins Cc: Andi Kleen , akpm@osdl.org, linux-kernel@vger.kernel.org, acpi-devel@lists.sourceforge.net List-Id: linux-acpi@vger.kernel.org > I'm confused! Why do we need X86_APIC_OFF config option (but code > compiled in), with boot options "apic" or "lapic" to enable it, > when we already have the code compiled in, with boot options > "noapic" or "nolapic" to disable it? As you said. The distribution wants a kernel that has it disabled by default, but allows to enable it with an option without recompiling the kernel. None of the defaults allow this and my patch adds that with an option. -Andi