From: H. Peter Anvin Date: Wed, 30 Jan 2008 12:33:02 +0000 (+0100) Subject: x86 setup: use X86_CR0_PE macro instead of hard-coded constant X-Git-Tag: v2.6.25-rc1~1143^2~333 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a7b425e82cd0052e5eaedbae81a522c6aae6c4;p=pandora-kernel.git x86 setup: use X86_CR0_PE macro instead of hard-coded constant To set CR0.PE, use the X86_CR0_PE macro defined in instead of hardcoding it as a constant (1). Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed