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)
commita4b4f4371b94552973109f6b9ebe6af7a9efa0bd
tree1a5404b34c2e547ab6a9f8aa7a940d5b9c54e163
parentb2a1fa30b54ed616e0ae6f521bcd3fad750f5184
sparc32: fix PAGE_SIZE definition

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>
arch/sparc/include/asm/page_32.h
arch/sparc/include/asm/thread_info_32.h