commit | a5ae1c372dc5bbaee905bcede524d7180d22b362 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Thu Mar 13 19:44:56 2008 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:19 2008 +0200 |
tree | 203a7b07b7bdbcfb866068f00e7577e5f1273eef | |
parent | 0054f4b708d21bd0032480cf7309d17753bc17bb [diff] |
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>