projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d4f34
)
KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
author
Oliver Upton
<oliver.upton@linux.dev>
Thu, 19 Dec 2024 22:40:58 +0000
(14:40 -0800)
committer
Marc Zyngier
<maz@kernel.org>
Fri, 20 Dec 2024 08:49:08 +0000
(08:49 +0000)
Nothing is using this macro, get rid of it.
Tested-by: James Clark <james.clark@linaro.org>
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Link:
https://lore.kernel.org/r/20241219224116.3941496-2-oliver.upton@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/debug.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/kvm/debug.c
b/arch/arm64/kvm/debug.c
index ce8886122ed30c042df6b0d3786889b9f36bd1d4..587e9eb4372e2bf8e0d68381a2f2611a771daecb 100644
(file)
--- a/
arch/arm64/kvm/debug.c
+++ b/
arch/arm64/kvm/debug.c
@@
-16,11
+16,6
@@
#include "trace.h"
-/* These are the bits of MDSCR_EL1 we may manipulate */
-#define MDSCR_EL1_DEBUG_MASK (DBG_MDSCR_SS | \
- DBG_MDSCR_KDE | \
- DBG_MDSCR_MDE)
-
static DEFINE_PER_CPU(u64, mdcr_el2);
/*