[PATCH 04/10] powerpc/mm/slice: pass pointers to struct slice_mask where possible
Nicholas Piggin
npiggin at gmail.com
Wed Mar 7 00:59:27 AEDT 2018
On Tue, 6 Mar 2018 14:43:40 +0100
Christophe LEROY <christophe.leroy at c-s.fr> wrote:
> Le 06/03/2018 à 14:25, Nicholas Piggin a écrit :
> > @@ -147,7 +149,8 @@ static void slice_mask_for_free(struct mm_struct *mm, struct slice_mask *ret,
> > __set_bit(i, ret->high_slices);
> > }
> >
> > -static void slice_mask_for_size(struct mm_struct *mm, int psize, struct slice_mask *ret,
> > +static void slice_mask_for_size(struct mm_struct *mm, int psize,
> > + struct slice_mask *ret,
>
> That seems to be cleanup only, is it worth including that in this patch ?
Yeah that can go.
Thanks,
Nick
More information about the Linuxppc-dev
mailing list