From: Rusty Russell Date: Tue, 17 Jul 2007 13:19:08 +0000 (+1000) Subject: KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h X-Git-Tag: v2.6.24-rc1~1365^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=707d92fa72b425bc919a84670c01402e81505c58;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed