Advertisement
Guest User

Untitled

a guest
Sep 4th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. kernel/async.c: In function 'async_synchronize_cookie_domain':
  2. kernel/async.c:270:10: warning: 'starttime.tv64' may be used uninitialized in this function
  3. kernel/async.c: In function 'async_run_entry_fn':
  4. kernel/async.c:122:10: warning: 'calltime.tv64' may be used uninitialized in this function
  5. mm/memcontrol.c: In function 'mem_cgroup_move_parent.clone.41':
  6. mm/memcontrol.c:2307:16: warning: 'flags' may be used uninitialized in this function
  7. 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()
  8. The function kvm_guest_cpu_online() references
  9. the function __cpuinit kvm_guest_cpu_init().
  10. This is often because kvm_guest_cpu_online lacks a __cpuinit
  11. annotation or the annotation of kvm_guest_cpu_init is wrong.
  12.  
  13. 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()
  14. The function kvm_guest_cpu_online() references
  15. the function __cpuinit kvm_guest_cpu_init().
  16. This is often because kvm_guest_cpu_online lacks a __cpuinit
  17. annotation or the annotation of kvm_guest_cpu_init is wrong.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement