1. 06 10月, 2012 6 次提交
  2. 16 8月, 2012 2 次提交
  3. 06 8月, 2012 1 次提交
  4. 20 7月, 2012 1 次提交
  5. 06 5月, 2012 1 次提交
  6. 08 4月, 2012 8 次提交
  7. 05 3月, 2012 10 次提交
  8. 12 7月, 2011 8 次提交
  9. 22 5月, 2011 2 次提交
  10. 24 10月, 2010 1 次提交
    • A
      KVM: PPC: Fix compile error in e500_tlb.c · 344941be
      Alexander Graf 提交于
      The e500_tlb.c file didn't compile for me due to the following error:
      
      arch/powerpc/kvm/e500_tlb.c: In function ‘kvmppc_e500_shadow_map’:
      arch/powerpc/kvm/e500_tlb.c:300: error: format ‘%lx’ expects type ‘long unsigned int’, but argument 2 has type ‘gfn_t’
      
      So let's explicitly cast the argument to make printk happy.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      344941be