mm/memblock: remove rgnbase and rgnsize variables
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Thu, 14 Jan 2016 23:20:39 +0000 (15:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Jan 2016 00:00:49 +0000 (16:00 -0800)
commitf14516fbf0f6bec7d98c1cb5b5c73ccd2bb4a5e9
treeaea40344154375ef9f7df8842108ed8c9dbbd0a7
parent5020e285856cb406224e6f977fd893a006077806
mm/memblock: remove rgnbase and rgnsize variables

Remove rgnbase and rgnsize variables from memblock_overlaps_region().
We use these variables only for passing to the memblock_addrs_overlap()
function and that's all.  Let's remove them.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memblock.c
This page took 0.024316 seconds and 5 git commands to generate.