diff options
| author | Ingo Molnar <mingo@kernel.org> | 2018-05-25 08:04:39 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2018-05-25 08:04:39 +0200 |
| commit | 0548dc5cde19e88b8495cb74e3893d8c8713392a (patch) | |
| tree | 69dd6c504d7ef286b0241e9f1a57bac60302810c /include/linux/memory_hotplug.h | |
| parent | bb4e30a48045c9cc16c4efe447489542750397cc (diff) | |
| parent | 4ff648decf4712d39f184fc2df3163f43975575a (diff) | |
| download | cachepc-linux-0548dc5cde19e88b8495cb74e3893d8c8713392a.tar.gz cachepc-linux-0548dc5cde19e88b8495cb74e3893d8c8713392a.zip | |
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/memory_hotplug.h')
| -rw-r--r-- | include/linux/memory_hotplug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h index e0e49b5b1ee1..2b0265265c28 100644 --- a/include/linux/memory_hotplug.h +++ b/include/linux/memory_hotplug.h @@ -216,6 +216,9 @@ void put_online_mems(void); void mem_hotplug_begin(void); void mem_hotplug_done(void); +extern void set_zone_contiguous(struct zone *zone); +extern void clear_zone_contiguous(struct zone *zone); + #else /* ! CONFIG_MEMORY_HOTPLUG */ #define pfn_to_online_page(pfn) \ ({ \ |
