diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2011-03-24 00:41:44 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-24 03:46:10 +0100 |
commit | 5140a357ea77527f4a93c5846217417658fdb35d (patch) | |
tree | a7df66f84e40d739dc00c50976954adbc4d6a761 /net | |
parent | fs/adfs/adfs.h: fix unsigned comparison (diff) | |
download | linux-5140a357ea77527f4a93c5846217417658fdb35d.tar.xz linux-5140a357ea77527f4a93c5846217417658fdb35d.zip |
kvm: stop including asm-generic/bitops/le.h directly
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: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Avi Kivity <avi@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions