Srinivasa D S wrote:

> +#define task_pt_regs(tsk)    (tsk)->thread.regs

Shouldn't this be:

        #define task_pt_regs(tsk)       ((tsk)->thread.regs)

just to be safe?

-- 
Timur Tabi
Linux kernel developer at Freescale
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to