KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 18 Jul 2007 03:05:58 +0000 (13:05 +1000)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:18 +0000 (10:18 +0200)
Creating one's own BITMAP macro seems suboptimal: if we use manual
arithmetic in the one place exposed to userspace, we can use standard
macros elsewhere.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found