]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86-64: Calgary: fix section mismatch warnings in tce
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 31 Jul 2007 07:37:32 +0000 (00:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 31 Jul 2007 22:39:37 +0000 (15:39 -0700)
commite6b33220845d4702590ecbe356787e59c8d914ae
treec3e6b5d98137db23ae4f3a45af9a3ace346a58ba
parenta5e58a61420e99dd08685f622d4dc666bf07e9a5
x86-64: Calgary: fix section mismatch warnings in tce

Fix section mismatch warnings:
these functions are called only from __init functions.

WARNING: vmlinux.o(.text+0x1861c): Section mismatch: reference to .init.text:free_bootmem (between 'free_tce_table' and 'build_tce_table')
WARNING: vmlinux.o(.text+0x187e5): Section mismatch: reference to .init.text:__alloc_bootmem_low (between 'alloc_tce_table' and 'kretprobe_trampoline_holder')

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/tce.c
include/asm-x86_64/tce.h