x86: discover_ebda section mismatch
commitd504e39efd4e64a1a6e01dc85fd8a33fdb196dce
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 30 Jan 2008 12:33:05 +0000 (30 13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:05 +0000 (30 13:33 +0100)
tree73b7c0d60d7e48d6e538f7cdfab4fcbdff29b61d
parent9d09951da948c0ca30944df2a9b78e68d6e0744c
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