mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
[PATCH] x86-64: Don't cache align PDA on UP builds
Suggested by someone I forgot who sorry. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
8675b1a454
commit
b91691164b
|
|
@ -22,7 +22,7 @@ struct x8664_pda {
|
|||
struct mm_struct *active_mm;
|
||||
int mmu_state;
|
||||
unsigned apic_timer_irqs;
|
||||
} ____cacheline_aligned;
|
||||
} ____cacheline_aligned_in_smp;
|
||||
|
||||
|
||||
#define IRQSTACK_ORDER 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user