1. 24 3月, 2011 1 次提交
    • A
      kvm: stop including asm-generic/bitops/le.h directly · 5140a357
      Akinobu Mita 提交于
      asm-generic/bitops/le.h is only intended to be included directly from
      asm-generic/bitops/ext2-non-atomic.h or asm-generic/bitops/minix-le.h
      which implements generic ext2 or minix bit operations.
      
      This stops including asm-generic/bitops/le.h directly and use ext2
      non-atomic bit operations instead.
      
      It seems odd to use ext2_set_bit() on kvm, but it will replaced with
      __set_bit_le() after introducing little endian bit operations for all
      architectures.  This indirect step is necessary to maintain bisectability
      for some architectures which have their own little-endian bit operations.
      Signed-off-by: NAkinobu Mita <akinobu.mita@gmail.com>
      Cc: Avi Kivity <avi@redhat.com>
      Cc: Marcelo Tosatti <mtosatti@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5140a357
  2. 18 3月, 2011 9 次提交
  3. 14 1月, 2011 3 次提交
  4. 12 1月, 2011 27 次提交