public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86: cleanup early per cpu variables/accesses
@ 2008-04-15 20:07 Mike Travis
  2008-04-15 20:07 ` [PATCH 1/2] sched: remove another cpumask_t variable from stack Mike Travis
  2008-04-15 20:07 ` [PATCH 2/2] x86: cleanup early per cpu variables/accesses Mike Travis
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Travis @ 2008-04-15 20:07 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Thomas Gleixner, H. Peter Anvin, Andrew Morton, linux-kernel


  * Introduce a new PER_CPU macro called "EARLY_PER_CPU".  This is
    used by some per_cpu variables that are initialized and accessed
    before there are per_cpu areas allocated.

  * Small change in kernel/sched.c to remove another 512 bytes from the stack.

Based on:
	git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
    +   x86/latest          .../x86/linux-2.6-x86.git
    +   sched-devel/latest  .../mingo/linux-2.6-sched-devel.git


Signed-off-by: Mike Travis <travis@sgi.com>

-- 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-15 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15 20:07 [PATCH 0/2] x86: cleanup early per cpu variables/accesses Mike Travis
2008-04-15 20:07 ` [PATCH 1/2] sched: remove another cpumask_t variable from stack Mike Travis
2008-04-15 20:07 ` [PATCH 2/2] x86: cleanup early per cpu variables/accesses Mike Travis
2008-04-15 20:37   ` Mike Travis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox