x86: relocate_kernel - use predefined PAGE_SIZE instead of own alias
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 21 Mar 2008 20:12:14 +0000 (23:12 +0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:21 +0000 (17:41 +0200)
This patch does clean up relocate_kernel_(32|64).S a bit by getting rid
of local PAGE_ALIGNED macro. We should use well-known PAGE_SIZE instead

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found