Re: [PATCH 10/21] MIPS memblock: Discard bootmem allocator initialization

2017-01-22 Thread Marcin Nowakowski
Hi Serge, On 19.12.2016 03:07, Serge Semin wrote: Bootmem allocator initialization needs to be discarded. PFN limit constants are still in use by some subsystems, so they need to be properly initialized. The initialization is moved into a separate method and performed with help of commonly used

Re: [PATCH 10/21] MIPS memblock: Discard bootmem allocator initialization

2016-12-18 Thread kbuild test robot
Hi Serge, [auto build test ERROR on linus/master] [also build test ERROR on v4.9 next-20161216] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Serge-Semin/MIPS-memblock-Remove-bootmem-code-and-s

[PATCH 10/21] MIPS memblock: Discard bootmem allocator initialization

2016-12-18 Thread Serge Semin
Bootmem allocator initialization needs to be discarded. PFN limit constants are still in use by some subsystems, so they need to be properly initialized. The initialization is moved into a separate method and performed with help of commonly used platform-specific constants. It might me too simplifi