FRV: Implement TIF_NOTIFY_RESUME
authorDavid Howells <dhowells@redhat.com>
Thu, 11 Jun 2009 12:05:14 +0000 (13:05 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 16:01:26 +0000 (09:01 -0700)
commitb7bab880c795ec620041ef0295cbbbc5a726f414
tree253aa413356df7b444340114643c4dcdd122ffb5
parentaa1913c0214a53568731617c0afbbfa3f59513fb
FRV: Implement TIF_NOTIFY_RESUME

Implement the TIF_NOTIFY_RESUME thread flag, making it call do_notify_resume()
which then clears it.  This will be made use of later by tracehooks in the
new-style ptrace implementation

Also discard TIF_IRET as that's not used by FRV.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/include/asm/thread_info.h
arch/frv/kernel/signal.c