We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed50186 commit f01ebf8Copy full SHA for f01ebf8
arch/x86/kvm/mmu/mmu.c
@@ -115,11 +115,6 @@ static int max_huge_page_level __read_mostly;
115
static int tdp_root_level __read_mostly;
116
static int max_tdp_level __read_mostly;
117
118
-#ifdef MMU_DEBUG
119
-bool dbg = 0;
120
-module_param(dbg, bool, 0644);
121
-#endif
122
-
123
#define PTE_PREFETCH_NUM 8
124
125
#include <trace/events/kvm.h>
arch/x86/kvm/mmu/mmu_internal.h
@@ -9,8 +9,6 @@
9
#undef MMU_DEBUG
10
11
#ifdef MMU_DEBUG
12
-extern bool dbg;
13
14
#define MMU_WARN_ON(x) WARN_ON(x)
15
#else
16
#define MMU_WARN_ON(x) do { } while (0)
0 commit comments