From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Sun, 11 Jul 2004 10:02:25 +0000 Subject: Re: serious performance regression due to NX patch Message-Id: <20040711030225.11fb61e7.akpm@osdl.org> List-Id: References: <200407100528.i6A5SF8h020094@napali.hpl.hp.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ingo Molnar Cc: davidm@hpl.hp.com, suresh.b.siddha@intel.com, jun.nakajima@intel.com, torvalds@osdl.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Ingo Molnar wrote: > > +#ifdef __i386_ You'll be wanting __i386__ there. Apropos of nothing much, CONFIG_X86 would be preferreed here, but x86_64 defines that too. Is there a CONFIG symbol which is unique to i386? If not, perhaps we should define one (CONFIG_I386?)