Skip to content
Snippets Groups Projects
Commit 74a1ddc5 authored by Jan Beulich's avatar Jan Beulich Committed by Linus Torvalds
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ static int vmalloc_fault(unsigned long address)
return 0;
}
int page_fault_trace = 0;
static int page_fault_trace;
int exception_trace = 1;
/*
......
......@@ -700,8 +700,6 @@ int kern_addr_valid(unsigned long addr)
#ifdef CONFIG_SYSCTL
#include <linux/sysctl.h>
extern int exception_trace, page_fault_trace;
static ctl_table debug_table2[] = {
{
.ctl_name = 99,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment