Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

x86_64: minor exception trace variables cleanup

parent 2f30c007
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

/*
+0 −2
Original line number Diff line number Diff line
@@ -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,