Commit b9169116 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86-64: Don't cache align PDA on UP builds

Suggested by someone I forgot who sorry.
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 8675b1a4
...@@ -22,7 +22,7 @@ struct x8664_pda { ...@@ -22,7 +22,7 @@ struct x8664_pda {
struct mm_struct *active_mm; struct mm_struct *active_mm;
int mmu_state; int mmu_state;
unsigned apic_timer_irqs; unsigned apic_timer_irqs;
} ____cacheline_aligned; } ____cacheline_aligned_in_smp;
#define IRQSTACK_ORDER 2 #define IRQSTACK_ORDER 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment