]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mm-use-unsigned-int-for-page-order-fix
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:30 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:30 +0000 (09:03 +1100)
fix build (type of pageblock_order)

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/pageblock-flags.h

index 2baeee12f48ed1c29ba0a3fa1fea12294d4b60c2..e942558b3585f99e6d705bbe1c81c904c3f52658 100644 (file)
@@ -44,7 +44,7 @@ enum pageblock_bits {
 #ifdef CONFIG_HUGETLB_PAGE_SIZE_VARIABLE
 
 /* Huge page sizes are variable */
-extern int pageblock_order;
+extern unsigned int pageblock_order;
 
 #else /* CONFIG_HUGETLB_PAGE_SIZE_VARIABLE */