]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86 setup: use X86_CR0_PE macro instead of hard-coded constant
authorH. Peter Anvin <hpa@zytor.com>
Wed, 30 Jan 2008 12:33:02 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:02 +0000 (13:33 +0100)
commit02a7b425e82cd0052e5eaedbae81a522c6aae6c4
treeabb447d9f1029c7afb2d77e6954fcffdccda1b76
parent88089519f302f1296b4739be45699f06f728ec31
x86 setup: use X86_CR0_PE macro instead of hard-coded constant

To set CR0.PE, use the X86_CR0_PE macro defined in
<asm/processor-flags.h> instead of hardcoding it as a constant (1).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/boot/pmjump.S