]> Pileus Git - ~andy/linux/commit
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)
commit288621e32a7ae3a29c37b45297136c0264e2ff7b
treeef74e68b4ec7a743b8aa86d3ca126fc01cd65ad3
parent89bda4fccbd49f4b2bf59d0165391696037be856
x86: relocate_kernel - use predefined PAGE_SIZE instead of own alias

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>
arch/x86/kernel/relocate_kernel_32.S
arch/x86/kernel/relocate_kernel_64.S