From owner-svn-src-all@FreeBSD.ORG Thu Nov 1 10:08:27 2012 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7934C0D; Thu, 1 Nov 2012 10:08:27 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 5E3148FC0A; Thu, 1 Nov 2012 10:08:27 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id qA1A8ERX051970; Thu, 1 Nov 2012 14:08:14 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id qA1A8EC4051969; Thu, 1 Nov 2012 14:08:14 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 1 Nov 2012 14:08:14 +0400 From: Gleb Smirnoff To: Attilio Rao Subject: Re: svn commit: r242402 - in head/sys: kern vm Message-ID: <20121101100814.GB70741@FreeBSD.org> References: <201210311807.q9VI7IcX000993@svn.freebsd.org> <1351707964.1120.97.camel@revolution.hippie.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, Ian Lepore , svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2012 10:08:28 -0000 On Wed, Oct 31, 2012 at 06:33:51PM +0000, Attilio Rao wrote: A> > Doesn't this padding to cache line size only help x86 processors in an A> > SMP kernel? I was expecting to see some #ifdef SMP so that we don't pay A> > a big price for no gain in small-memory ARM systems and such. But maybe A> > I'm misunderstanding the reason for the padding. A> A> I didn't want to do this because this would be meaning that SMP option A> may become a completely killer for modules/kernel ABI compatibility. Do we support loading non-SMP modules on SMP kernel and vice versa? -- Totus tuus, Glebius.