Commit 74a1ddc5 authored by Jan Beulich's avatar Jan Beulich Committed by Linus Torvalds

x86_64: minor exception trace variables cleanup

Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2f30c007
...@@ -301,7 +301,7 @@ static int vmalloc_fault(unsigned long address) ...@@ -301,7 +301,7 @@ static int vmalloc_fault(unsigned long address)
return 0; return 0;
} }
int page_fault_trace = 0; static int page_fault_trace;
int exception_trace = 1; int exception_trace = 1;
/* /*
......
...@@ -700,8 +700,6 @@ int kern_addr_valid(unsigned long addr) ...@@ -700,8 +700,6 @@ int kern_addr_valid(unsigned long addr)
#ifdef CONFIG_SYSCTL #ifdef CONFIG_SYSCTL
#include <linux/sysctl.h> #include <linux/sysctl.h>
extern int exception_trace, page_fault_trace;
static ctl_table debug_table2[] = { static ctl_table debug_table2[] = {
{ {
.ctl_name = 99, .ctl_name = 99,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment