Skip to content

Commit

Permalink
x86: Reduce back the alignment of the per-CPU data section
Browse files Browse the repository at this point in the history
This complements commit:

  47f19a0: percpu: Remove the multi-page alignment facility

reverting one leftover of:

  fe8e0c2: x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZE

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Acked-by: Alexander van Heukelum <heukelum@fastmail.fm>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
LKML-Reference: <4D525CE60200007800030EE5@vpn.id2.novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Alexander van Heukelum <heukelum@fastmail.fm>
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Feb 10, 2011
1 parent 100b33c commit 94d1ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ SECTIONS
}

#if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP)
PERCPU(THREAD_SIZE)
PERCPU(PAGE_SIZE)
#endif

. = ALIGN(PAGE_SIZE);
Expand Down

0 comments on commit 94d1ac8

Please sign in to comment.