aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/xscale-cp0.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-04 02:45:56 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-01-04 02:45:56 -0500
commit921a220857cdd3c553cde7c114f9f6757ac80cd5 (patch)
tree526610397dfb83d72c43c94300deea23d26e782a /arch/arm/kernel/xscale-cp0.c
parent17eb9d62828c3688f41f31ac00d7fee6da9675bf (diff)
parent2f48912d1443a796f10c42c89cb386f0e3eca04d (diff)
Merge branch 'sh/stable-updates'
Diffstat (limited to 'arch/arm/kernel/xscale-cp0.c')
-rw-r--r--arch/arm/kernel/xscale-cp0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/xscale-cp0.c b/arch/arm/kernel/xscale-cp0.c
index 17127db906fa..1796157e3dd5 100644
--- a/arch/arm/kernel/xscale-cp0.c
+++ b/arch/arm/kernel/xscale-cp0.c
@@ -70,7 +70,7 @@ static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t)
70 * initialised state information on the first fault. 70 * initialised state information on the first fault.
71 */ 71 */
72 72
73 case THREAD_NOTIFY_RELEASE: 73 case THREAD_NOTIFY_EXIT:
74 iwmmxt_task_release(thread); 74 iwmmxt_task_release(thread);
75 break; 75 break;
76 76