commit | f802a307cb2cabdd0c6b48067dbe901d6fe27246 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 17 23:32:55 2007 +1000 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:18 2007 +0200 |
tree | 57c5faaada33142fff92be62a78555716feb597a | |
parent | 707d92fa72b425bc919a84670c01402e81505c58 [diff] |
KVM: Use standard CR3 flags, tighten checking The kernel now has asm/cpu-features.h: use those macros instead of inventing our own. Also spell out definition of CR3_RESEVED_BITS, fix spelling and tighten it for the non-PAE case. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>