]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
memblock: split checks whether a region should be skipped to a helper function
authorMike Rapoport <rppt@linux.ibm.com>
Tue, 12 Mar 2019 06:30:50 +0000 (23:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Mar 2019 17:04:02 +0000 (10:04 -0700)
commitc9a688a3e918c4eb4f3916ff99a6dae8995af41b
tree29faf621dd594f941023178df41afdcc6fe2c58c
parentfe145124dbe53c86bf32b941b2f2f88f891d985d
memblock: split checks whether a region should be skipped to a helper function

__next_mem_range() and __next_mem_range_rev() duplicate the code that
checks whether a region should be skipped because of node or flags
incompatibility.

Split this code into a helper function.

Link: http://lkml.kernel.org/r/1549455025-17706-3-git-send-email-rppt@linux.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memblock.c