diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-06-01 09:47:13 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-01 17:18:30 +0200 |
commit | 39959588f58668472bc7108942a8998acedce911 (patch) | |
tree | 16c460db4bacff9b5b0505aa3ed5b3c18f55d50e /drivers/net/hp100.c | |
parent | acpi: fix section mismatch warning in asus + toshiba (diff) | |
download | linux-39959588f58668472bc7108942a8998acedce911.tar.xz linux-39959588f58668472bc7108942a8998acedce911.zip |
kvm: fix section mismatch warning in kvm-intel.o
Fix following section mismatch warning in kvm-intel.o:
WARNING: o-i386/drivers/kvm/kvm-intel.o(.init.text+0xbd): Section mismatch: reference to .exit.text: (between 'hardware_setup' and 'vmx_disabled_by_bios')
The function free_kvm_area is used in the function alloc_kvm_area which
is marked __init.
The __exit area is discarded by some archs during link-time if a
module is built-in resulting in an oops.
Note: This warning is only seen by my local copy of modpost
but the change will soon hit upstream.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Avi Kivity <avi@qumranet.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/hp100.c')
0 files changed, 0 insertions, 0 deletions