(partly in preparation for initial PAE-guest-on-64bit patches) For constant_test_bit(), since the bitfield is split into ''unsigned int''-s, also only used an unsigned literal one for shifting (should produce slightly smaller code on x86-64). For variable_test_bit(), the ''const'' modifier was missing from the bitfield parameter - the ''variable'' in the name is regarding the ''nr'' parameter, not the bitfield. Signed-off-by: Jan Beulich <jbeulich@novell.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel