From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [PATCH 6c/10] lguest: the guest code Date: Fri, 9 Feb 2007 12:06:31 -0500 Message-ID: <200702091206.31797.lenb@kernel.org> References: <1171012296.2718.26.camel@localhost.localdomain> <1171018590.2718.60.camel@localhost.localdomain> <1171018674.2718.63.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1171018674.2718.63.camel@localhost.localdomain> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Rusty Russell Cc: lkml - Kernel Mailing List , Andrew Morton , Andi Kleen , virtualization List-Id: virtualization@lists.linuxfoundation.org On Friday 09 February 2007 05:57, Rusty Russell wrote: > +#ifdef CONFIG_ACPI > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0acpi_disabled =3D 1; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0acpi_ht =3D 0; > +#endif If this is hard-coded to have ACPI disabled, why isn't it enforced at b= uild-time? thanks, -Len