[Cbe-oss-dev] [patch 12/13] cell: saving spus information for kexec crash

Arnd Bergmann arnd at arndb.de
Thu Jul 19 08:36:04 EST 2007


On Wednesday 18 July 2007, Andrew Morton wrote:
> > +             if (spu->number >= CRASH_NUM_SPUS) {
> > +                     WARN_ON(1);
> > +                     continue;
> > +             }
> 
> Could be
> 
>         if (WARN_ON(spu->number >= CRASH_NUM_SPUS))
>                 continue;
> 

Ok, will change.

	Arnd <><


More information about the cbe-oss-dev mailing list