diff options
author | Tony Luck <tony.luck@intel.com> | 2014-12-12 16:54:59 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-13 12:42:46 -0800 |
commit | 4308ce17f6e1c404276484f6e4e0bf496a95982f (patch) | |
tree | ddbb49cfe1b6a6217fd6c5e2819bb931ecaa714a /mm/page_alloc.c | |
parent | 95fc3c5010da8fd8bd3e2c8bc0fb9dc7606e3a3b (diff) | |
download | linux-4308ce17f6e1c404276484f6e4e0bf496a95982f.tar.gz linux-4308ce17f6e1c404276484f6e4e0bf496a95982f.tar.bz2 linux-4308ce17f6e1c404276484f6e4e0bf496a95982f.zip |
mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUG
There is a lot of duplication in the rubric around actually setting or
clearing a mem region flag. Create a new helper function to do this and
reduce each of memblock_mark_hotplug() and memblock_clear_hotplug() to a
single line.
This will be useful if someone were to add a new mem region flag - which
I hope to be doing some day soon. But it looks like a plausible cleanup
even without that - so I'd like to get it out of the way now.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Tang Chen <tangchen@cn.fujitsu.com>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Cc: Philipp Hachtmann <phacht@linux.vnet.ibm.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Emil Medve <Emilian.Medve@freescale.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions