aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/process.c')
-rw-r--r--arch/s390/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/process.c b/arch/s390/kernel/process.c
index e6b480625cb3..bd616fb31e75 100644
--- a/arch/s390/kernel/process.c
+++ b/arch/s390/kernel/process.c
@@ -39,6 +39,7 @@
39#include <asm/processor.h> 39#include <asm/processor.h>
40#include <asm/irq.h> 40#include <asm/irq.h>
41#include <asm/timer.h> 41#include <asm/timer.h>
42#include <asm/nmi.h>
42#include "entry.h" 43#include "entry.h"
43 44
44asmlinkage void ret_from_fork(void) asm ("ret_from_fork"); 45asmlinkage void ret_from_fork(void) asm ("ret_from_fork");
@@ -68,7 +69,6 @@ unsigned long thread_saved_pc(struct task_struct *tsk)
68 return sf->gprs[8]; 69 return sf->gprs[8];
69} 70}
70 71
71extern void s390_handle_mcck(void);
72/* 72/*
73 * The idle loop on a S390... 73 * The idle loop on a S390...
74 */ 74 */