[PARISC] Kill off ASM_PAGE_SIZE use
authorSam Ravnborg <sam@ravnborg.org>
Thu, 18 Oct 2007 07:04:34 +0000 (00:04 -0700)
committerKyle McMartin <kyle@shortfin.cabal.ca>
Thu, 18 Oct 2007 07:59:15 +0000 (00:59 -0700)
We have the macro _AC() generally available now
so the calculation of PAGE_SIZE can be made
assembler compatible.
Introduce use of _AC() and kill all users of
ASM_PAGE_SIZE.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

No differences found