Re: [PATCH 2/4] FRV: utrace: Implement TIF_NOTIFY_RESUME

From: Roland McGrath
Date: Mon Apr 27 2009 - 13:44:38 EST


> + /* deal with notification on about to resume userspace execution */
> + if (thread_info_flags & _TIF_NOTIFY_RESUME) {
> + clear_thread_flag(TIF_NOTIFY_RESUME);
This needs:
tracehook_notify_resume(regs);
> + }

Thanks,
Roland
--
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/