On Tue, Oct 01, 2013 at 07:33:37PM +0200, Oleg Nesterov wrote: > > > if (___wait_is_interruptible(state) && intr) { > > > \ > > > __ret = intr; > > > \ > > Since typeof(__ret) == typeof(intr) gcc can (likely) simply do "mov r1, r2", > so "long intr" make the code better.
ok, fair enough; keep it long. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/