From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 01 Mar 2001 22:35:14 +0000 Subject: Re: [Linux-ia64] CONFIG_IA64_L1_CACHE_SHIFT 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 01 Mar 2001 20:29:28 +0100, Jes Sorensen said: Jes> Hi Anyone who can explain why there is a Jes> define_int CONFIG_IA64_L1_CACHE_SHIFT 6 Jes> in the config file? We already have SMP_CACHE_BYTES and Jes> L1_CACHE bytes for all architectures, it doesn't make a whole Jes> lot of sense to me ot invent yet another alignment rule. $ fgrep CONFIG_IA64_L1 include/asm-ia64/cache.h #define L1_CACHE_SHIFT CONFIG_IA64_L1_CACHE_SHIFT --david