]> git.baikalelectronics.ru Git - kernel.git/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)
commitfd9b423e8ab6fcbbfa4e5e6a133672af849e87dd
treeef74e68b4ec7a743b8aa86d3ca126fc01cd65ad3
parent110188e9e7b1daa03d4eaa17caa49b965e6d4c9c
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