From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id BB52ADDDD8 for ; Fri, 14 Sep 2007 02:54:04 +1000 (EST) In-Reply-To: References: <20070911141711.GE1932@ld0162-tx32.am.freescale.net> <1DE5CB62-9EF1-42BA-93F3-CE15DD94F5DD@kernel.crashing.org> <6b92503d73565f8add983e64ad5d5d39@kernel.crashing.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5bba19e33a518178eb46f2a1758cff40@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS port Date: Thu, 13 Sep 2007 18:53:46 +0200 To: Kumar Gala Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> What is a "front side cache"? What exactly does it cache? If it's >> a cache for one CPU only, that fact should be shown in the device >> tree somehow. > > Its in front of the memory controllers. Its not specific to a given > CPU. Ah, I see. That relationship is implicit in the device tree already, both this cache controller and that memory controller are child nodes of the same soc node, so your device tree is fine. Just for my own understanding, is this a coherent cache? (I'm too lazy to read the manual ;-) ) Segher