From: Rusty Russell Date: Wed, 18 Jul 2007 03:05:58 +0000 (+1000) Subject: KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header X-Git-Tag: v2.6.24-rc1~1365^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb829ced8c6f2e43a3a644ddf1279ffeee38a33;p=pandora-kernel.git KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed