]> git.baikalelectronics.ru Git - kernel.git/commit
c6x: switch to NO_BOOTMEM
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Mon, 25 Jun 2018 09:02:34 +0000 (12:02 +0300)
committerMark Salter <msalter@redhat.com>
Sun, 28 Oct 2018 16:25:11 +0000 (12:25 -0400)
commitb020de2ffa12f02dcaee55fedd09d9d84ef21851
tree87fb0bcfad3bde8d9533eafbf36208aea4c0f908
parent3394bef37ce69cec405a8314ba47b7d61e2b68bf
c6x: switch to NO_BOOTMEM

The c6x is already using memblock and does most of early memory
reservations with it, so it was only a matter of removing the bootmem
initialization and handover of the memory from memblock to bootmem.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
arch/c6x/Kconfig
arch/c6x/kernel/setup.c