|
@@ -4304,7 +4304,7 @@ static inline void setup_usemap(struct pglist_data *pgdat,
|
|
#ifdef CONFIG_HUGETLB_PAGE_SIZE_VARIABLE
|
|
#ifdef CONFIG_HUGETLB_PAGE_SIZE_VARIABLE
|
|
|
|
|
|
/* Initialise the number of pages represented by NR_PAGEBLOCK_BITS */
|
|
/* Initialise the number of pages represented by NR_PAGEBLOCK_BITS */
|
|
-static inline void __init set_pageblock_order(void)
|
|
|
|
|
|
+void __init set_pageblock_order(void)
|
|
{
|
|
{
|
|
unsigned int order;
|
|
unsigned int order;
|
|
|
|
|
|
@@ -4332,7 +4332,7 @@ static inline void __init set_pageblock_order(void)
|
|
* include/linux/pageblock-flags.h for the values of pageblock_order based on
|
|
* include/linux/pageblock-flags.h for the values of pageblock_order based on
|
|
* the kernel config
|
|
* the kernel config
|
|
*/
|
|
*/
|
|
-static inline void set_pageblock_order(void)
|
|
|
|
|
|
+void __init set_pageblock_order(void)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|