]> git.baikalelectronics.ru Git - kernel.git/commit
x86: discover_ebda section mismatch
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 30 Jan 2008 12:33:05 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:05 +0000 (13:33 +0100)
commit55abc2882b81ec9a1816e105d674e427a3b27e8a
tree73b7c0d60d7e48d6e538f7cdfab4fcbdff29b61d
parent6b88758d90b92b623ef02f03910ab44528dc1a89
x86: discover_ebda section mismatch

Fix section mismatches.  discover_ebda() can be __init.

WARNING: vmlinux.o(.text+0x738a): Section mismatch: reference to .init.data:ebda_addr (between 'discover_ebda' and 'get_model_name')
WARNING: vmlinux.o(.text+0x73c4): Section mismatch: reference to .init.data:ebda_size (between 'discover_ebda' and 'get_model_name')

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/setup_64.c