commit | 707d92fa72b425bc919a84670c01402e81505c58 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 17 23:19:08 2007 +1000 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:18 2007 +0200 |
tree | 9e3a55293e867e499fd625ebac45db565ff0fc38 | |
parent | 9a2b85c620b9779360c7726de4caeda78cac38d4 [diff] |
KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h 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 <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>