sparc32: fix PAGE_SIZE definition
authorSam Ravnborg <sam@ravnborg.org>
Thu, 29 Dec 2011 14:04:38 +0000 (15:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Dec 2011 22:58:31 +0000 (14:58 -0800)
Use _AC() in definition of PAGE_SIZE so the same definition
can be used in C and assembler.
Also use PAGE_SIZE in definition of THREAD_SIZE.

This commit kill the following comment:

    "I have my suspicions... -DaveM"

I did not find any clue what this referred to anyway.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found