Commit 0b699e36 authored by Eric Dumazet's avatar Eric Dumazet Committed by 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: default avatarEric Dumazet <dada1@cosmosbay.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment