From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Wed, 17 Apr 2002 21:42:28 +0000 Subject: RE: [Linux-ia64] Patch to fix lfetches accessing beyond a page (c Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 17 Apr 2002 13:35:13 -0700, "Mallick, Asit K" said: Asit> But I also think that the code should not access memory beyond Asit> the page even though it does not affect the functionality as Asit> these are hints. These accesses can also cause performance Asit> problems. Ah, now *that's* an argument I can live with. ;-) I just don't want there to be any confusion about whether or not lfetch to arbitrary addresses is legal. It must be, as hardware is allowed to prefetch on its own. --david