Re: [PATCH v6 04/16] arc: Switch to generic free_initrd_mem.

2018-04-09 Thread Vineet Gupta
On 04/01/2018 08:00 AM, Shea Levy wrote: The first patch in this series added a weakly-defined generic implementation, which is functionally identical to the architecture-specific one removed here. Series boot-tested on RISC-V (which now uses the generic implementation) and x86_64 (which doesn't

Re: [PATCH v6 04/16] arc: Switch to generic free_initrd_mem.

2018-04-04 Thread Alexey Brodkin
Hi Shea, On Sun, 2018-04-01 at 10:59 -0400, Shea Levy wrote: > The first patch in this series added a weakly-defined generic > implementation, which is functionally identical to the > architecture-specific one removed here. > > Series boot-tested on RISC-V (which now uses the generic > implementa

[PATCH v6 04/16] arc: Switch to generic free_initrd_mem.

2018-04-01 Thread Shea Levy
The first patch in this series added a weakly-defined generic implementation, which is functionally identical to the architecture-specific one removed here. Series boot-tested on RISC-V (which now uses the generic implementation) and x86_64 (which doesn't). Signed-off-by: Shea Levy --- arch/arc