commit | f14516fbf0f6bec7d98c1cb5b5c73ccd2bb4a5e9 | [log] [tgz] |
---|---|---|
author | Alexander Kuleshov <kuleshovmail@gmail.com> | Thu Jan 14 15:20:39 2016 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 14 16:00:49 2016 -0800 |
tree | aea40344154375ef9f7df8842108ed8c9dbbd0a7 | |
parent | 5020e285856cb406224e6f977fd893a006077806 [diff] |
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>