Russell King <rmk@xxxxxxxxxxxxxxxx> wrote: > > @@ -707,4 +707,9 @@ do_notify_resume(struct pt_regs *regs, unsigned int thread_flags, int syscall) > > { > > if (thread_flags & _TIF_SIGPENDING) > > do_signal(¤t->blocked, regs, syscall); > > + > > + if (thread_info_flags & _TIF_NOTIFY_RESUME) { > > Shouldn't this be thread_flags ? Yes, thanks. Fixed. David -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html