[RFC] [PATCH] task_pt_regs for powerpc systems

Timur Tabi timur at freescale.com
Tue Jul 15 03:21:38 EST 2008


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



More information about the Linuxppc-dev mailing list