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)
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>

No differences found