]> git.baikalelectronics.ru Git - kernel.git/commit
x86: processor.h - use PAGE_SIZE instead of numeric value
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 13 Mar 2008 16:44:56 +0000 (19:44 +0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:19 +0000 (17:41 +0200)
commit3eded4412ed9500d53c270abfe1b25c3b460248f
tree203a7b07b7bdbcfb866068f00e7577e5f1273eef
parent6e452c8eb8f29aa2d9737f1ea20ca8d2f03af81e
x86: processor.h - use PAGE_SIZE instead of numeric value

This patch replaces numeric constant with an appropriate macro

Also 0x800000000000UL is changed to bit shifting which is complement
to the code comment (thanks hpa for notice)

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/processor.h