diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 04713f649fd4..c101921e6a64 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1072,7 +1072,8 @@ void split_page(struct page *page, unsigned int order) | |||
1072 | * we cheat by calling it from here, in the order > 0 path. Saves a branch | 1072 | * we cheat by calling it from here, in the order > 0 path. Saves a branch |
1073 | * or two. | 1073 | * or two. |
1074 | */ | 1074 | */ |
1075 | static struct page *buffered_rmqueue(struct zone *preferred_zone, | 1075 | static inline |
1076 | struct page *buffered_rmqueue(struct zone *preferred_zone, | ||
1076 | struct zone *zone, int order, gfp_t gfp_flags, | 1077 | struct zone *zone, int order, gfp_t gfp_flags, |
1077 | int migratetype) | 1078 | int migratetype) |
1078 | { | 1079 | { |