[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090427174151.6A284FC3BF@magilla.sf.frob.com>
Date: Mon, 27 Apr 2009 10:41:51 -0700 (PDT)
From: Roland McGrath <roland@...hat.com>
To: David Howells <dhowells@...hat.com>
Cc: torvalds@...l.org, akpm@...ux-foundation.org, hch@....de,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/4] FRV: utrace: Implement TIF_NOTIFY_RESUME
> + /* 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists