]> git.neil.brown.name Git - history.git/commit
[PATCH] srat: initdata section references
authorRandy Dunlap <rddunlap@osdl.org>
Sun, 27 Feb 2005 08:10:07 +0000 (00:10 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 27 Feb 2005 08:10:07 +0000 (00:10 -0800)
commit54077d3c29a1afba9fe5a0c91f4a24d34083e764
tree7b8b8e42138bb371e5b64d29d522754b6a16a404
parent423abd9d79b147d4582d9f9624099de5f8dd2766
[PATCH] srat: initdata section references

srat's node_to_pxm() references pxm2node[] after init. so pxm2node[]
should not be __initdata.

Error: ./arch/x86_64/mm/srat.o .text refers to 0000000000000008 R_X86_64_32S      .init.data
Error: ./arch/x86_64/mm/srat.o .text refers to 0000000000000015 R_X86_64_32S      .init.data

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/mm/srat.c