ARM: 6867/1: Introduce THREAD_NOTIFY_COPY for copy_thread() hooks
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 6 Apr 2011 15:16:29 +0000 (16:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 10 Apr 2011 20:13:36 +0000 (21:13 +0100)
This patch adds THREAD_NOTIFY_COPY for calling registered handlers
during the copy_thread() function call. It also changes the VFP handler
to use a switch statement rather than if..else and ignore this event.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found