aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r--arch/s390/include/asm/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h
index 11e4e323693..d4477ba99a1 100644
--- a/arch/s390/include/asm/processor.h
+++ b/arch/s390/include/asm/processor.h
@@ -140,6 +140,7 @@ extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
140extern unsigned long thread_saved_pc(struct task_struct *t); 140extern unsigned long thread_saved_pc(struct task_struct *t);
141 141
142extern void show_code(struct pt_regs *regs); 142extern void show_code(struct pt_regs *regs);
143extern void print_fn_code(unsigned char *code, unsigned long len);
143 144
144unsigned long get_wchan(struct task_struct *p); 145unsigned long get_wchan(struct task_struct *p);
145#define task_pt_regs(tsk) ((struct pt_regs *) \ 146#define task_pt_regs(tsk) ((struct pt_regs *) \