diff options
Diffstat (limited to 'mm/page_alloc.c')
| -rw-r--r-- | mm/page_alloc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 1135f4a10..82a296ec2 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1518,13 +1518,6 @@ static int rmqueue_bulk(struct zone *zone, unsigned int order, list_add(&page->lru, list); else list_add_tail(&page->lru, list); - - if (IS_ENABLED(CONFIG_MTKPASR)) { - mt = get_pageblock_migratetype(page); - /* No change on the mobility of "MIGRATE_MTKPASR" page */ - if (!is_migrate_mtkpasr(mt) && !is_migrate_mtkpasr(migratetype)) - mt = migratetype; - } list = &page->lru; #if !defined(CONFIG_CMA) || !defined(CONFIG_MTK_SVP) // SVP 16 |
