]> git.baikalelectronics.ru Git - kernel.git/commit
include/linux/memblock.h: add __init to memblock_set_bottom_up()
authorFabian Frederick <fabf@skynet.be>
Wed, 6 Aug 2014 23:05:03 +0000 (16:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:15 +0000 (18:01 -0700)
commita3406750baaf4a0e6ea1f7ecef19ad4fc25b40df
tree0c1487dd77c9a1c9eec89d6d1c036b9ffd2b3a9d
parentb207a9546f3abf302e4f53ca5431ec664ff03dbf
include/linux/memblock.h: add __init to memblock_set_bottom_up()

memblock_set_bottom_up() is only called by __init
cmdline_parse_movable_node() and __init numa_init().

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Reviewed-by: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/memblock.h