x86 cleanup: suspend_asm_64.S - use X86_CR4_PGE instead of numeric value
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 8 Feb 2008 21:49:13 +0000 (00:49 +0300)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 Feb 2008 15:18:33 +0000 (16:18 +0100)
commitbbb1e57a1c0b732cfeb727bed7c61e80a79c6479
treedde90cec9c91fbfa430de90ef55d8dadef8d33c5
parent248fb89c12228190cecea553353e16cf21a67dc3
x86 cleanup: suspend_asm_64.S - use X86_CR4_PGE instead of numeric value

By including <asm/processor-flags.h> we're allowed to use
X86_CR4_PGE instead of numeric constant.

md5 sums of compiled files are differ due to this inclusion
but .text section remains the same.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/power/hibernate_asm_64.S