Re: [PATCH v2 10/76] ARC: Fundamental ARCH data-types/defines

From: Al Viro
Date: Fri Jan 18 2013 - 22:25:19 EST


On Fri, Jan 18, 2013 at 05:54:24PM +0530, Vineet Gupta wrote:

> +/* work to do on interrupt/exception return */
> +#define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE)

Yuck... Use the real set, please - there's future-proofing and then there's
leaving nasty minefields; this is the latter...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/