All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Brian Gerst <brgerst@gmail.com>,
	Christoph Lameter <cl@linux-foundation.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Jeremy Fitzhardinge <jeremy@goop.org>,
	Alexander van Heukelum <heukelum@mailshack.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] x86-64: Convert the PDA to percpu.
Date: Sat, 27 Dec 2008 11:41:23 +0100	[thread overview]
Message-ID: <20081227104123.GH14639@elte.hu> (raw)
In-Reply-To: <1230052506-5041-1-git-send-email-brgerst@gmail.com>


(Cc:-ed a few more people who might be interested in this)

* Brian Gerst <brgerst@gmail.com> wrote:

> This patch makes the PDA a normal per-cpu variable, allowing the
> removal of the special allocator code.  %gs still points to the
> base of the PDA.
> 
> Tested on a dual-core AMD64 system.
> 
> Signed-off-by: Brian Gerst <brgerst@gmail.com>
> ---
>  arch/x86/include/asm/pda.h     |    3 --
>  arch/x86/include/asm/percpu.h  |    3 --
>  arch/x86/include/asm/setup.h   |    1 -
>  arch/x86/kernel/cpu/common.c   |    6 ++--
>  arch/x86/kernel/dumpstack_64.c |    8 ++--
>  arch/x86/kernel/head64.c       |   23 +------------
>  arch/x86/kernel/irq.c          |    2 +-
>  arch/x86/kernel/nmi.c          |    2 +-
>  arch/x86/kernel/setup_percpu.c |   70 ++++++++--------------------------------
>  arch/x86/kernel/smpboot.c      |   58 +--------------------------------
>  arch/x86/xen/enlighten.c       |    2 +-
>  arch/x86/xen/smp.c             |   12 +------
>  12 files changed, 27 insertions(+), 163 deletions(-)

the simplification factor is significant. I'm wondering, have you measured 
the code size impact of this on say the defconfig x86 kernel? That will 
generally tell us how much worse optimizations the compiler does under 
this scheme.

	Ingo

  parent reply	other threads:[~2008-12-27 10:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-23 17:15 [PATCH 1/3] x86-64: Convert the PDA to percpu Brian Gerst
2008-12-23 17:15 ` [PATCH 2/3] x86-64: Unify x86_*_percpu() functions Brian Gerst
2008-12-23 17:15   ` [PATCH 3/3] x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit Brian Gerst
2008-12-27 11:03   ` [PATCH 2/3] x86-64: Unify x86_*_percpu() functions Jeremy Fitzhardinge
2008-12-27 11:09     ` Ingo Molnar
2008-12-27 11:20       ` Jeremy Fitzhardinge
2008-12-27 10:41 ` Ingo Molnar [this message]
2008-12-27 15:30   ` [PATCH 1/3] x86-64: Convert the PDA to percpu Brian Gerst
2008-12-27 15:53     ` Ingo Molnar
2008-12-27 17:16       ` Brian Gerst

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081227104123.GH14639@elte.hu \
    --to=mingo@elte.hu \
    --cc=brgerst@gmail.com \
    --cc=cl@linux-foundation.org \
    --cc=heukelum@mailshack.com \
    --cc=hpa@zytor.com \
    --cc=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.