提交 94d1ac8b 编写于 作者: J Jan Beulich 提交者: Ingo Molnar

x86: Reduce back the alignment of the per-CPU data section

This complements commit:

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

reverting one leftover of:

  fe8e0c25: x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZE
Signed-off-by: NJan Beulich <jbeulich@novell.com>
Acked-by: NAlexander van Heukelum <heukelum@fastmail.fm>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
LKML-Reference: <4D525CE60200007800030EE5@vpn.id2.novell.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
Cc: Alexander van Heukelum <heukelum@fastmail.fm>
上级 100b33c8
......@@ -305,7 +305,7 @@ SECTIONS
}
#if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP)
PERCPU(THREAD_SIZE)
PERCPU(PAGE_SIZE)
#endif
. = ALIGN(PAGE_SIZE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册