s390/mm: change HPAGE_SHIFT type to int
authorDominik Dingel <[email protected]>
Thu, 25 Jun 2015 21:59:52 +0000 (14:59 -0700)
committerLinus Torvalds <[email protected]>
Fri, 26 Jun 2015 00:00:35 +0000 (17:00 -0700)
commitcf54e2fce51c7ad2479fe8cf213a2ed618a8189b
treeff31e68ae93beb2084e55ee22e7598093e927bd4
parentcbd7d9c2b70f5e2fc78e0c90b3034b94dca6c82b
s390/mm: change HPAGE_SHIFT type to int

With making HPAGE_SHIFT an unsigned integer we also accidentally changed
pageblock_order.  In order to avoid compiler warnings we make
HPAGE_SHFIT an int again.

Signed-off-by: Dominik Dingel <[email protected]>
Suggested-by: Andrew Morton <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/s390/include/asm/page.h
arch/s390/mm/pgtable.c