diff options
Diffstat (limited to 'kernel/include/linux/pageblock-flags.h')
-rw-r--r-- | kernel/include/linux/pageblock-flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/pageblock-flags.h b/kernel/include/linux/pageblock-flags.h index 2baeee12f..e942558b3 100644 --- a/kernel/include/linux/pageblock-flags.h +++ b/kernel/include/linux/pageblock-flags.h @@ -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 */ |