aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-x86_64/pda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/pda.h b/include/asm-x86_64/pda.h
index 36b766cfc4d5..e16d76c9deb0 100644
--- a/include/asm-x86_64/pda.h
+++ b/include/asm-x86_64/pda.h
@@ -22,7 +22,7 @@ struct x8664_pda {
22 struct mm_struct *active_mm; 22 struct mm_struct *active_mm;
23 int mmu_state; 23 int mmu_state;
24 unsigned apic_timer_irqs; 24 unsigned apic_timer_irqs;
25} ____cacheline_aligned; 25} ____cacheline_aligned_in_smp;
26 26
27 27
28#define IRQSTACK_ORDER 2 28#define IRQSTACK_ORDER 2