Sedat Dilek 775077a063 KVM guest: Fix section mismatch derived from kvm_guest_cpu_online()
WARNING: arch/x86/built-in.o(.text+0x1bb74): Section mismatch in reference from the function kvm_guest_cpu_online() to the function .cpuinit.text:kvm_guest_cpu_init()
The function kvm_guest_cpu_online() references
the function __cpuinit kvm_guest_cpu_init().
This is often because kvm_guest_cpu_online lacks a __cpuinit
annotation or the annotation of kvm_guest_cpu_init is wrong.

This patch fixes the warning.

Tested with linux-next (next-20101231)

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2011-03-17 13:08:25 -03:00
..
2011-03-03 13:06:20 +01:00
2010-10-26 16:52:08 -07:00
2010-07-21 11:33:27 -07:00
2011-02-25 16:18:52 +01:00
2011-02-18 08:54:05 +01:00
2010-08-27 11:12:29 -07:00
2011-03-12 14:12:00 +01:00
2011-03-12 14:12:00 +01:00
2011-02-17 14:59:22 +01:00
2010-09-22 16:33:03 -04:00
2011-02-18 08:54:05 +01:00
2011-01-13 17:32:39 -08:00
2010-10-27 18:03:10 -07:00
2011-02-23 22:27:55 +01:00
2009-12-09 16:28:59 -08:00
2010-03-26 11:33:57 +01:00
2011-01-13 17:32:40 -08:00
2011-01-07 15:08:53 +01:00
2011-01-13 17:32:41 -08:00