]> 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)
commit8a672911b6288cb71dce477f3ec75e6831ddf22f
tree87fb0bcfad3bde8d9533eafbf36208aea4c0f908
parent7f616541f87fa243957f468a56b3ee4574a75dc1
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