提交 0b699e36 编写于 作者: E Eric Dumazet 提交者: Linus Torvalds

[PATCH] x86_64: bring back __read_mostly support to linux-2.6.17-rc2

It seems latest kernel has a wrong/missing __read_mostly implementation
for x86_64

__read_mostly macro should be declared outside of #if CONFIG_X86_VSMP block
Signed-off-by: NEric Dumazet <dada1@cosmosbay.com>
Signed-off-by: NAndi Kleen <ak@suse.de>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 18bd057b
......@@ -20,8 +20,8 @@
__attribute__((__section__(".data.page_aligned")))
#endif
#define __read_mostly __attribute__((__section__(".data.read_mostly")))
#endif
#define __read_mostly __attribute__((__section__(".data.read_mostly")))
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册