[S390] s390: use PAGE_SIZE in vmlinux.lds
authorSam Ravnborg <sam@ravnborg.org>
Fri, 12 Oct 2007 14:11:50 +0000 (16:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Oct 2007 14:13:10 +0000 (16:13 +0200)
commit52480ee5206a3fe3a61b5529ce063202c60b8b27
tree8bc71c234f0ca63022327b10cbd627ea3762ad0c
parente16af09d76ac3322e26f5b3ff49979691f350c12
[S390] s390: use PAGE_SIZE in vmlinux.lds

Replace the hardcoded 4096 value with the PAGE_SIZE macro.
Converted a few decimal numbers to readable hex numbers.

Use of PAGE_SIZE required a small change to page.h
to allow PAGE_SIZE to be used from assembler/linker scripts.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/vmlinux.lds.S
include/asm-s390/page.h