mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
x86_64: minor exception trace variables cleanup
Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
2f30c00702
commit
74a1ddc597
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user