diff options
author | Brian Gerst <brgerst@gmail.com> | 2009-01-18 10:38:57 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-01-18 10:38:57 -0500 |
commit | 9eb912d1aa6b8106e06a73ea6702ec3dab0d6a1a (patch) | |
tree | ed563ea82e5190894806c62d87a769400b08375a /arch/x86/kernel/cpu/common.c | |
parent | 1b437c8c73a36daa471dd54a63c426d72af5723d (diff) |
x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index c49498d40830..3d0cc6f17116 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
@@ -897,8 +897,6 @@ void __cpuinit pda_init(int cpu) | |||
897 | pda->irqcount = -1; | 897 | pda->irqcount = -1; |
898 | pda->kernelstack = (unsigned long)stack_thread_info() - | 898 | pda->kernelstack = (unsigned long)stack_thread_info() - |
899 | PDA_STACKOFFSET + THREAD_SIZE; | 899 | PDA_STACKOFFSET + THREAD_SIZE; |
900 | pda->active_mm = &init_mm; | ||
901 | pda->mmu_state = 0; | ||
902 | 900 | ||
903 | if (cpu == 0) { | 901 | if (cpu == 0) { |
904 | /* others are initialized in smpboot.c */ | 902 | /* others are initialized in smpboot.c */ |