From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Date: Mon, 12 Jul 2004 18:29:16 +0000 Subject: Re: serious performance regression due to NX patch Message-Id: List-Id: References: <200407100528.i6A5SF8h020094@napali.hpl.hp.com> <20040711123803.GD21264@devserv.devel.redhat.com> <20040712182431.GB28281@infradead.org> In-Reply-To: <20040712182431.GB28281@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Hellwig Cc: Jakub Jelinek , davidm@hpl.hp.com, suresh.b.siddha@intel.com, jun.nakajima@intel.com, Andrew Morton , Linus Torvalds , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, 12 Jul 2004, Christoph Hellwig wrote: > On Mon, Jul 12, 2004 at 02:08:11PM -0400, Ingo Molnar wrote: > > the #ifdef could be made an arch inline or define. But it's really > > academic as only ia64 seems to have this problem. So i'd suggest the patch > > below. > > Well, it's not. We probably want each new port start to have the ia64 > behaviour, so it should be abstracted out nicer. is it an issue? Each new port will have PT_GNU_STACK, unless they base themselves on old compilers. Ingo