Re: [RESEND PATCH v2] alpha: switch to NO_BOOTMEM

2018-10-20 Thread Mike Rapoport
On Thu, Oct 18, 2018 at 06:58:34PM -0700, Andrew Morton wrote: > No reviews or acks for this one yet? Nope :( > From: Mike Rapoport > Subject: alpha: switch to NO_BOOTMEM > > Replace bootmem allocator with memblock and enable use of NO_BOOTMEM like > on most other architectures. > > Alpha

Re: [RESEND PATCH v2] alpha: switch to NO_BOOTMEM

2018-10-18 Thread Andrew Morton
No reviews or acks for this one yet? From: Mike Rapoport Subject: alpha: switch to NO_BOOTMEM Replace bootmem allocator with memblock and enable use of NO_BOOTMEM like on most other architectures. Alpha gets the description of the physical memory from the firmware as an array of memory

[RESEND PATCH v2] alpha: switch to NO_BOOTMEM

2018-09-02 Thread Mike Rapoport
Replace bootmem allocator with memblock and enable use of NO_BOOTMEM like on most other architectures. Alpha gets the description of the physical memory from the firmware as an array of memory clusters. Each cluster that is not reserved by the firmware is added to memblock.memory. Once the

Re: [PATCH v2] alpha: switch to NO_BOOTMEM

2018-07-12 Thread Mike Rapoport
(added Matt Turner, sorry, should have done it from the beginning) Any comments on this? > On Sat, Jun 30, 2018 at 06:13:30PM +0300, Mike Rapoport wrote: > Replace bootmem allocator with memblock and enable use of NO_BOOTMEM like > on most other architectures. > > Alpha gets the description of

Re: [PATCH v2] alpha: switch to NO_BOOTMEM

2018-07-04 Thread Mike Rapoport
Any comments on this? On Sat, Jun 30, 2018 at 06:13:30PM +0300, Mike Rapoport wrote: > Replace bootmem allocator with memblock and enable use of NO_BOOTMEM like > on most other architectures. > > Alpha gets the description of the physical memory from the firmware as an > array of memory

[PATCH v2] alpha: switch to NO_BOOTMEM

2018-06-30 Thread Mike Rapoport
Replace bootmem allocator with memblock and enable use of NO_BOOTMEM like on most other architectures. Alpha gets the description of the physical memory from the firmware as an array of memory clusters. Each cluster that is not reserved by the firmware is added to memblock.memory. Once the