linux/arch/x86/kernel/cpu
Brian Gerst 26f80bd6a9 x86-64: Convert irqstacks to per-cpu
Move the irqstackptr variable from the PDA to per-cpu.  Make the
stacks themselves per-cpu, removing some specific allocation code.
Add a seperate flag (is_boot_cpu) to simplify the per-cpu boot
adjustments.

tj: * sprinkle some underbars around.

    * irq_stack_ptr is not used till traps_init(), no reason to
      initialize it early.  On SMP, just leaving it NULL till proper
      initialization in setup_per_cpu_areas() works.  Dropped
      is_boot_cpu and early irq_stack_ptr initialization.

    * do DECLARE/DEFINE_PER_CPU(char[IRQ_STACK_SIZE], irq_stack)
      instead of (char, irq_stack[IRQ_STACK_SIZE]).

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
2009-01-19 00:38:58 +09:00
..
cpufreq x86, cpufreq: remove leftover copymask_copy() 2009-01-13 16:11:00 +01:00
mcheck x86: cleanup remaining cpumask_t code in mce_amd_64.c 2009-01-11 19:13:12 +01:00
mtrr
.gitignore
addon_cpuid_features.c
amd.c
bugs_64.c
bugs.c
centaur_64.c
centaur.c
cmpxchg.c
common.c x86-64: Convert irqstacks to per-cpu 2009-01-19 00:38:58 +09:00
cpu.h
cyrix.c
hypervisor.c
intel_cacheinfo.c x86: reduce stack usage in init_intel_cacheinfo 2009-01-11 19:13:16 +01:00
intel.c
Makefile
mkcapflags.pl
perfctr-watchdog.c
powerflags.c
proc.c
transmeta.c
umc.c
vmware.c