diff options
| author | 2018-10-11 12:27:47 +0200 | |
|---|---|---|
| committer | 2018-10-11 12:27:47 +0200 | |
| commit | a22dd3629e257e5db51ad12610d00bb2856b291d (patch) | |
| tree | 9589763bcba11e2c9fcecd5e6ad49caa9f95e069 /include/linux | |
| parent | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff) | |
| parent | mm, sched/numa: Remove remaining traces of NUMA rate-limiting (diff) | |
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Ingo writes:
"scheduler fix:
Cleanup of dead code left over from the recent sched/numa fixes."
* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
mm, sched/numa: Remove remaining traces of NUMA rate-limiting
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmzone.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 3f4c0b167333..d4b0c79d2924 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -668,10 +668,6 @@ typedef struct pglist_data { wait_queue_head_t kcompactd_wait; struct task_struct *kcompactd; #endif -#ifdef CONFIG_NUMA_BALANCING - /* Lock serializing the migrate rate limiting window */ - spinlock_t numabalancing_migrate_lock; -#endif /* * This is a per-node reserve of pages that are not available * to userspace allocations. |
