Re: [PATCH 2/2] parisc: replace ASM_PAGE_SIZE with PAGE_SIZE
Kyle McMartin <[email protected]> Wed, 10 Oct 2007 17:04:56 -0400
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Oct 10, 2007 at 10:29:58PM +0200, Sam Ravnborg wrote: > 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 <[email protected]> applied, but you missed a usage in head.S that i've fixed up. thanks!