diff options
Diffstat (limited to 'arch/s390/mm/fault.c')
-rw-r--r-- | arch/s390/mm/fault.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/mm/fault.c b/arch/s390/mm/fault.c index 047c3e4c59a2..f00aefb66a4e 100644 --- a/arch/s390/mm/fault.c +++ b/arch/s390/mm/fault.c | |||
@@ -639,8 +639,8 @@ out: | |||
639 | put_task_struct(tsk); | 639 | put_task_struct(tsk); |
640 | } | 640 | } |
641 | 641 | ||
642 | static int __cpuinit pfault_cpu_notify(struct notifier_block *self, | 642 | static int pfault_cpu_notify(struct notifier_block *self, unsigned long action, |
643 | unsigned long action, void *hcpu) | 643 | void *hcpu) |
644 | { | 644 | { |
645 | struct thread_struct *thread, *next; | 645 | struct thread_struct *thread, *next; |
646 | struct task_struct *tsk; | 646 | struct task_struct *tsk; |