Re: [PATCH v6 01/16] initrd: Add weakly-linked generic free_initrd_mem.

2018-05-09 Thread Shea Levy
Hi all, Shea Levy writes: > Hi Palmer, > > Palmer Dabbelt writes: > >> On Wed, 18 Apr 2018 04:10:16 PDT (-0700), s...@shealevy.com wrote: >>> Hi all, >>> >>> Shea Levy writes: >>> This function is effectively identical across 14 architectures, and the generic implementation is small

Re: [PATCH v6 01/16] initrd: Add weakly-linked generic free_initrd_mem.

2018-04-20 Thread Shea Levy
Hi Palmer, Palmer Dabbelt writes: > On Wed, 18 Apr 2018 04:10:16 PDT (-0700), s...@shealevy.com wrote: >> Hi all, >> >> Shea Levy writes: >> >>> This function is effectively identical across 14 architectures, and >>> the generic implementation is small enough to be negligible in the >>> archite

Re: [PATCH v6 01/16] initrd: Add weakly-linked generic free_initrd_mem.

2018-04-20 Thread Palmer Dabbelt
On Wed, 18 Apr 2018 04:10:16 PDT (-0700), s...@shealevy.com wrote: Hi all, Shea Levy writes: This function is effectively identical across 14 architectures, and the generic implementation is small enough to be negligible in the architectures that do override it. Many of the remaining divergen

Re: [PATCH v6 01/16] initrd: Add weakly-linked generic free_initrd_mem.

2018-04-18 Thread Shea Levy
Hi all, Shea Levy writes: > This function is effectively identical across 14 architectures, and > the generic implementation is small enough to be negligible in the > architectures that do override it. Many of the remaining divergent > implementations can be included in the common code path in f