diff options
Diffstat (limited to 'arch/x86/include/asm/pda.h')
-rw-r--r-- | arch/x86/include/asm/pda.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/pda.h b/arch/x86/include/asm/pda.h index 69a40757e21..8ee835ed10e 100644 --- a/arch/x86/include/asm/pda.h +++ b/arch/x86/include/asm/pda.h | |||
@@ -25,9 +25,7 @@ struct x8664_pda { | |||
25 | char *irqstackptr; | 25 | char *irqstackptr; |
26 | short nodenumber; /* number of current node (32k max) */ | 26 | short nodenumber; /* number of current node (32k max) */ |
27 | short in_bootmem; /* pda lives in bootmem */ | 27 | short in_bootmem; /* pda lives in bootmem */ |
28 | short mmu_state; | ||
29 | short isidle; | 28 | short isidle; |
30 | struct mm_struct *active_mm; | ||
31 | } ____cacheline_aligned_in_smp; | 29 | } ____cacheline_aligned_in_smp; |
32 | 30 | ||
33 | DECLARE_PER_CPU(struct x8664_pda, __pda); | 31 | DECLARE_PER_CPU(struct x8664_pda, __pda); |