diff options
author | Yijing Wang <wangyijing@huawei.com> | 2013-04-29 18:08:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-29 18:54:37 -0400 |
commit | f1cb08798e2497238b28f377bd131426f0b9835d (patch) | |
tree | 9d58a1463766d99af3b123177dc31837700185d2 /mm | |
parent | 573b400d01b3411c2436e73d8e63fc1186b94535 (diff) |
mm: remove CONFIG_HOTPLUG ifdefs
CONFIG_HOTPLUG is going away as an option, cleanup CONFIG_HOTPLUG
ifdefs in mm files.
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/vmstat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index e1d8ed172c42..c823776f7059 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -52,7 +52,6 @@ void all_vm_events(unsigned long *ret) | |||
52 | } | 52 | } |
53 | EXPORT_SYMBOL_GPL(all_vm_events); | 53 | EXPORT_SYMBOL_GPL(all_vm_events); |
54 | 54 | ||
55 | #ifdef CONFIG_HOTPLUG | ||
56 | /* | 55 | /* |
57 | * Fold the foreign cpu events into our own. | 56 | * Fold the foreign cpu events into our own. |
58 | * | 57 | * |
@@ -69,7 +68,6 @@ void vm_events_fold_cpu(int cpu) | |||
69 | fold_state->event[i] = 0; | 68 | fold_state->event[i] = 0; |
70 | } | 69 | } |
71 | } | 70 | } |
72 | #endif /* CONFIG_HOTPLUG */ | ||
73 | 71 | ||
74 | #endif /* CONFIG_VM_EVENT_COUNTERS */ | 72 | #endif /* CONFIG_VM_EVENT_COUNTERS */ |
75 | 73 | ||