mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-06 20:38:20 +07:00
mm: remove unused zone_idx variable from set_migratetype_isolate
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Reviewed-by: Christoph Lameter <cl@linux.com> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
965f55dea0
commit
ac3bbec5ec
@ -5502,10 +5502,8 @@ int set_migratetype_isolate(struct page *page)
|
|||||||
struct memory_isolate_notify arg;
|
struct memory_isolate_notify arg;
|
||||||
int notifier_ret;
|
int notifier_ret;
|
||||||
int ret = -EBUSY;
|
int ret = -EBUSY;
|
||||||
int zone_idx;
|
|
||||||
|
|
||||||
zone = page_zone(page);
|
zone = page_zone(page);
|
||||||
zone_idx = zone_idx(zone);
|
|
||||||
|
|
||||||
spin_lock_irqsave(&zone->lock, flags);
|
spin_lock_irqsave(&zone->lock, flags);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user