diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:17 -0500 |
commit | 718fc13b4675470ea191522ef98b02a55d990fa1 (patch) | |
tree | 26e35cede12cc8f25939582cd314b75360b08c49 /include/asm-x86/processor_32.h | |
parent | c9ff03428f24219b927d9d9d3c0c581622967794 (diff) |
x86: move debug related declarations to kdebug.h
Move them and fixup some users.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/processor_32.h')
-rw-r--r-- | include/asm-x86/processor_32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/processor_32.h b/include/asm-x86/processor_32.h index 13976b086837..58880a1ddd65 100644 --- a/include/asm-x86/processor_32.h +++ b/include/asm-x86/processor_32.h | |||
@@ -423,7 +423,6 @@ extern void prepare_to_copy(struct task_struct *tsk); | |||
423 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | 423 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); |
424 | 424 | ||
425 | extern unsigned long thread_saved_pc(struct task_struct *tsk); | 425 | extern unsigned long thread_saved_pc(struct task_struct *tsk); |
426 | void show_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack); | ||
427 | 426 | ||
428 | unsigned long get_wchan(struct task_struct *p); | 427 | unsigned long get_wchan(struct task_struct *p); |
429 | 428 | ||