1. 01 3月, 2010 4 次提交
  2. 05 11月, 2009 1 次提交
  3. 10 9月, 2009 1 次提交
    • S
      KVM: powerpc: fix some init/exit annotations · 2986b8c7
      Stephen Rothwell 提交于
      Fixes a couple of warnings like this one:
      
      WARNING: arch/powerpc/kvm/kvm-440.o(.text+0x1e8c): Section mismatch in reference from the function kvmppc_44x_exit() to the function .exit.text:kvmppc_booke_exit()
      The function kvmppc_44x_exit() references a function in an exit section.
      Often the function kvmppc_booke_exit() has valid usage outside the exit section
      and the fix is to remove the __exit annotation of kvmppc_booke_exit.
      
      Also add some __init annotations on obvious routines.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      2986b8c7
  4. 24 3月, 2009 8 次提交
  5. 31 12月, 2008 16 次提交
  6. 15 10月, 2008 2 次提交
  7. 07 6月, 2008 1 次提交
  8. 04 5月, 2008 2 次提交
  9. 27 4月, 2008 1 次提交