Re: New ARM asm/syscall.h incompatible? (commitbf2c9f9866928df60157bc4f1ab39f93a32c754e)

From: Al Viro
Date: Mon May 28 2012 - 20:47:32 EST


On Thu, May 24, 2012 at 05:11:30PM +0100, Russell King - ARM Linux wrote:
> +__sys_slow:
> + tst r10, #_TIF_SECCOMP
> + beq __sys_trace
> +
> + bl __secure_computing
> + add r0, sp, #S_R0 + S_OFF @ pointer to regs
> + ldmia r0, {r0 - r3}
> +
> + tst r10, #_TIF_SYSCALL_WORK
> + beq __sys_fast

What is it doing outside of syscall_trace(), anyway?
--
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/