Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kernel/async.c: In function 'async_synchronize_cookie_domain':
- kernel/async.c:270:10: warning: 'starttime.tv64' may be used uninitialized in this function
- kernel/async.c: In function 'async_run_entry_fn':
- kernel/async.c:122:10: warning: 'calltime.tv64' may be used uninitialized in this function
- mm/memcontrol.c: In function 'mem_cgroup_move_parent.clone.41':
- mm/memcontrol.c:2307:16: warning: 'flags' may be used uninitialized in this function
- WARNING: arch/x86/kernel/built-in.o(.text+0x23ae4): 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.
- WARNING: arch/x86/built-in.o(.text+0x23ae4): 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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement