aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/traps.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@kernel.org>2009-04-14 13:18:28 +0530
committerIngo Molnar <mingo@elte.hu>2009-04-14 11:45:33 +0200
commite7d43a74cb07cbc4b8e9b5e4a914816b33fb0719 (patch)
treea4218aa6c48ae302df41f91f6df3e5ef94318ff5 /arch/x86/include/asm/traps.h
parentx86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before they get used (diff)
downloadlinux-dev-e7d43a74cb07cbc4b8e9b5e4a914816b33fb0719.tar.xz
linux-dev-e7d43a74cb07cbc4b8e9b5e4a914816b33fb0719.zip
x86: avoid multiple declaration of kstack_depth_to_print
Impact: cleanup asm/stacktrace.h is more appropriate so removing other 2 declarations. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Cc: Neil Horman <nhorman@tuxdriver.com> LKML-Reference: <1239695308.3033.34.camel@ht.satnam> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/traps.h')
-rw-r--r--arch/x86/include/asm/traps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/traps.h b/arch/x86/include/asm/traps.h
index 0d5342515b86..9aa3ab262055 100644
--- a/arch/x86/include/asm/traps.h
+++ b/arch/x86/include/asm/traps.h
@@ -74,7 +74,6 @@ static inline int get_si_code(unsigned long condition)
}
extern int panic_on_unrecovered_nmi;
-extern int kstack_depth_to_print;
void math_error(void __user *);
void math_emulate(struct math_emu_info *);