Hi Laurentiu,

> > +   if ((TRAP(regs) == 0xf00) && regs->result)
> > +           return true;
> > +
> > +   return false;
> 
> Why not just
> 
> return (TRAP(regs) == 0xf00) && regs->result;

Could do, it just read a little easier to my tired eyes.

Anton
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to