diff options
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index f6616e81fac7..093f5fe6dd77 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -1513,7 +1513,6 @@ out: | |||
1513 | } | 1513 | } |
1514 | #endif | 1514 | #endif |
1515 | 1515 | ||
1516 | #ifdef CONFIG_HOTPLUG_CPU | ||
1517 | /* It's optimal to keep kswapds on the same CPUs as their memory, but | 1516 | /* It's optimal to keep kswapds on the same CPUs as their memory, but |
1518 | not required for correctness. So if the last cpu in a node goes | 1517 | not required for correctness. So if the last cpu in a node goes |
1519 | away, we get changed to run anywhere: as the first one comes back, | 1518 | away, we get changed to run anywhere: as the first one comes back, |
@@ -1534,7 +1533,6 @@ static int __devinit cpu_callback(struct notifier_block *nfb, | |||
1534 | } | 1533 | } |
1535 | return NOTIFY_OK; | 1534 | return NOTIFY_OK; |
1536 | } | 1535 | } |
1537 | #endif /* CONFIG_HOTPLUG_CPU */ | ||
1538 | 1536 | ||
1539 | /* | 1537 | /* |
1540 | * This kswapd start function will be called by init and node-hot-add. | 1538 | * This kswapd start function will be called by init and node-hot-add. |