From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Tue, 31 Jan 2006 11:00:59 +0000 Subject: Re: [patch 1/6] align kenrel rbs on 128 byte Message-Id: List-Id: References: <200601310848.k0V8mbg11087@unix-os.sc.intel.com> In-Reply-To: <200601310848.k0V8mbg11087@unix-os.sc.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> "Ken" = Chen, Kenneth W writes: Ken> Keith Owens wrote on Tuesday, January 31, 2006 12:57 AM >> The cache lines are not guaranteed to be 128 byte aligned, they >> were 64 on bigsur. Change 127 to (L1_CACHE_BYTES - 1). Ken> That did cross my mind and L1_CACHE_BYTES is such a misleading Ken> name. In my head, L1 means the cache level closest to the CPU Ken> core, but here it appears to represent last level cache line. Do Ken> we have the numbering scheme reversed? I have no idea what's Ken> going on here. Ken, Shouldn't this be SMP_CACHE_BYTES if anything? Cheers, Jes