commit | f8827c017f19e1cd8834821f4303d5f163feab84 | [log] [tgz] |
---|---|---|
author | Marcin Slusarz <marcin.slusarz@gmail.com> | Sun Oct 12 11:44:10 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Oct 22 17:36:28 2008 +0200 |
tree | 7e5883ca13d9a2b6d7131ef3eead95483baa1534 | |
parent | fae1721601a008fc83a809fdd76085a56f2275f0 [diff] |
x86: fix section mismatch warning - apic_x2apic_uv_x Impact: cleanup only, no functionality changed WARNING: vmlinux.o(.data+0xbf08): Section mismatch in reference from the variable apic_x2apic_uv_x to the function .init.text:uv_acpi_madt_oem_check() The variable apic_x2apic_uv_x references the function __init uv_acpi_madt_oem_check() Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>