lkml.org 
[lkml]   [2018]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH V3 13/26] csky: Library functions
On Thu, Sep 06, 2018 at 05:50:02PM +0200, Geert Uytterhoeven wrote:
> On Thu, Sep 6, 2018 at 4:25 PM Arnd Bergmann <arnd@arndb.de> wrote:
> > On Wed, Sep 5, 2018 at 2:08 PM Guo Ren <ren_guo@c-sky.com> wrote:
> > > --- /dev/null
> > > +++ b/arch/csky/abiv1/memset.c
> > > @@ -0,0 +1,38 @@

> > > + if ((long)d & 0x3)
> > > + while (l--) *d++ = ch;
>
> while ((uintptr_t)d & 0x3) && l--)
> *d++ =ch;
>
> and remove the else below?
Ok

> > > + *(((long *)d)+3) = tmp;
>
> s/long/u32/
Ok

Thx
Guo Ren

\
 
 \ /
  Last update: 2018-09-07 07:16    [W:0.076 / U:0.420 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site