Re: [kvm-devel] [PATCH 7/10] Trivial: Use standard CR0 flags macros from asm/cpu-features.h

2007-07-17 Thread Avi Kivity
Rusty Russell wrote: > The kernel now has asm/cpu-features.h: use those macros instead of inventing > our own. > > Also spell out definition of CR0_RESEVED_BITS (no code change) and fix typo. > > Long overdue. Applied, thanks. -- error compiling committee.c: too many arguments to function

[kvm-devel] [PATCH 7/10] Trivial: Use standard CR0 flags macros from asm/cpu-features.h

2007-07-17 Thread Rusty Russell
The kernel now has asm/cpu-features.h: use those macros instead of inventing our own. Also spell out definition of CR0_RESEVED_BITS (no code change) and fix typo. Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> diff -r 6deb1d1318f4 drivers/kvm/kvm.h --- a/drivers/kvm/kvm.h Tue Jul 17 16:27:26