diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-09-13 07:36:25 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-10-24 11:16:48 -0400 |
commit | 0f20822a69148f53bbafbe6ee3d43e8eff0bad27 (patch) | |
tree | d8748221c6f4fde33411ce204ae9f8c2c74f973e /arch/s390/include/asm/processor.h | |
parent | 648ae35c54b147c3b25d212f2936bb1cb91ea7d0 (diff) |
s390/dis: move disassembler function prototypes to proper header file
Now that the in-kernel disassembler has an own header file move the
disassembler related function prototypes to that header file.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r-- | arch/s390/include/asm/processor.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index ca7821f07260..50256f05fbcf 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h | |||
@@ -169,11 +169,6 @@ extern void release_thread(struct task_struct *); | |||
169 | */ | 169 | */ |
170 | extern unsigned long thread_saved_pc(struct task_struct *t); | 170 | extern unsigned long thread_saved_pc(struct task_struct *t); |
171 | 171 | ||
172 | extern void show_code(struct pt_regs *regs); | ||
173 | extern void print_fn_code(unsigned char *code, unsigned long len); | ||
174 | extern int insn_to_mnemonic(unsigned char *instruction, char *buf, | ||
175 | unsigned int len); | ||
176 | |||
177 | unsigned long get_wchan(struct task_struct *p); | 172 | unsigned long get_wchan(struct task_struct *p); |
178 | #define task_pt_regs(tsk) ((struct pt_regs *) \ | 173 | #define task_pt_regs(tsk) ((struct pt_regs *) \ |
179 | (task_stack_page(tsk) + THREAD_SIZE) - 1) | 174 | (task_stack_page(tsk) + THREAD_SIZE) - 1) |