From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Sender: slightlyunconventional@gmail.com In-Reply-To: <20100305204324.18424.40814.sendpatchset@norville.austin.ibm.com> References: <20100305204255.18424.85295.sendpatchset@norville.austin.ibm.com> <20100305204324.18424.40814.sendpatchset@norville.austin.ibm.com> Date: Sun, 7 Mar 2010 15:08:31 -0800 Message-ID: Subject: Re: [PATCH 05/13] powerpc/476: Add isync after loading mmu and debug spr's From: Hollis Blanchard To: Dave Kleikamp Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev list , Torez Smith List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Mar 5, 2010 at 12:43 PM, Dave Kleikamp wrote: > > powerpc/476: Add isync after loading mmu and debug spr's > > From: Dave Kleikamp > > 476 requires an isync after loading MMU and debug related SPR's. =A0Some = of > these are in performance-critical paths and may need to be optimized, but > initially, we're playing it safe. Why is there sometimes #ifdef CONFIG_PPC_47x, sometimes not, and never the cputable infrastructure which was intended for this sort of thing? -Hollis