]> git.baikalelectronics.ru Git - kernel.git/commit
mm: nobootmem: move the comment of free_all_bootmem
authorWanlong Gao <wanlong.gao@gmail.com>
Sat, 8 Oct 2016 00:01:04 +0000 (17:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Oct 2016 01:46:29 +0000 (18:46 -0700)
commit7f84c0e7eb252ac424a1395bab5aa537cdb420fa
tree0a4415bbe49e60da7fb4a0f508e6d311c250bdcd
parent6dc89ffa0b02a2e7a3e7312f82e6c45c299a0d7e
mm: nobootmem: move the comment of free_all_bootmem

Commit 9421d5f963cb ("mm, nobootmem: clean-up of free_low_memory_core_early()")
removed the unnecessary nodeid argument, after that, this comment
becomes more confused.  We should move it to the right place.

Fixes: 9421d5f963cb35e71 ("mm, nobootmem: clean-up of free_low_memory_core_early()")
Link: http://lkml.kernel.org/r/1473996082-14603-1-git-send-email-wanlong.gao@gmail.com
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/nobootmem.c