Skip to content

Commit

Permalink
[PATCH] x86-64: Don't cache align PDA on UP builds
Browse files Browse the repository at this point in the history
Suggested by someone I forgot who sorry.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Sep 12, 2005
1 parent 8675b1a commit b916911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-x86_64/pda.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b916911

Please sign in to comment.