]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sparc32-NO_BOOTMEM'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Aug 2018 19:40:26 +0000 (12:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Aug 2018 19:40:26 +0000 (12:40 -0700)
commitd1d98f164e7a81f8ca7191440d91048f34f0beef
tree7e5e2d0017da0d5bf369d3f4dfa0ac3cbfed765c
parentf0bae3ac8dbfa66de5fdfcdb556043ddaaa10bbd
parent66fe20cc8263b407ad3365cc24d755ed96a79289
Merge branch 'sparc32-NO_BOOTMEM'

Mike Rapoport says:

====================
sparc32: switch to NO_BOOTMEM

These patches convert sparc32 to use memblock + nobootmem.
I've made the conversion as simple as possible, just enough to allow moving
HAVE_MEMBLOCK and NO_BOOTMEM to the common SPARC configuration.

v2 changes:
* split whitespace changes to a separate patch
* address Sam's comments [1]

[1] https://lkml.org/lkml/2018/8/2/403
====================

Signed-off-by: David S. Miller <davem@davemloft.net>