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 /include/linux | |
| 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 'include/linux')
| -rw-r--r-- | include/linux/vmstat.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h index 5fd71a7d0dfd..c586679b6fef 100644 --- a/include/linux/vmstat.h +++ b/include/linux/vmstat.h | |||
| @@ -48,13 +48,8 @@ static inline void count_vm_events(enum vm_event_item item, long delta) | |||
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | extern void all_vm_events(unsigned long *); | 50 | extern void all_vm_events(unsigned long *); |
| 51 | #ifdef CONFIG_HOTPLUG | 51 | |
| 52 | extern void vm_events_fold_cpu(int cpu); | 52 | extern void vm_events_fold_cpu(int cpu); |
| 53 | #else | ||
| 54 | static inline void vm_events_fold_cpu(int cpu) | ||
| 55 | { | ||
| 56 | } | ||
| 57 | #endif | ||
| 58 | 53 | ||
| 59 | #else | 54 | #else |
| 60 | 55 | ||
