From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: RE: PTE entries From: Benjamin Herrenschmidt To: Siva Prasad In-Reply-To: References: <1177376700.14873.40.camel@localhost.localdomain> Content-Type: text/plain Date: Wed, 25 Apr 2007 13:50:08 +1000 Message-Id: <1177473008.14873.181.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linuxppc-embedded@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2007-04-24 at 20:34 -0700, Siva Prasad wrote: > Thanks Ben. > > I managed to fix this. I am working on how best we can rewrite the self > modifying code we have for create_hpte routine. I would prefer to read > from SDR1, than to hardcode (or self modify the code) the way it is done > now. > > Feel free to let me know what you think. Self-modifying allows better performances in that very critical code path... Why would you need to change that code anyway ? Ben.