summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-07-31 11:37:53 +0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-08-01 02:39:38 +0400
commit64d158bc3db121fd2bec29057a44843930b044fa (patch)
treeaba26bb5c6f2b924d4d1db48672b8de4bfa13542 /mm
parent4a4b88317aa02c82e66e37debb764d4ff3eedd70 (diff)
downloadlinux-64d158bc3db121fd2bec29057a44843930b044fa.tar.xz
alpha: fix two section mismatch warnings
Fix the following section mismatch warnings: WARNING: o-alpha/vmlinux.o(.text+0x1a4d4): Section mismatch: reference to .init.text:free_area_init (between 'paging_init' and 'srm_paging_stop') WARNING: o-alpha/vmlinux.o(.text+0x1a4dc): Section mismatch: reference to .init.text:free_area_init (between 'paging_init' and 'srm_paging_stop') One instance of paging_init() was declared __init but not the other one - used by defconfig. Fixed by declaring the second instance ___init too. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Cc: Richard Henderson <rth@twiddle.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions