Skip to content

Commit 8ca19c4

Browse files
ouptonMarc Zyngier
authored andcommitted
KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
Nothing is using this macro, get rid of it. Tested-by: James Clark <[email protected]> Signed-off-by: Oliver Upton <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Zyngier <[email protected]>
1 parent 78d4f34 commit 8ca19c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/arm64/kvm/debug.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616

1717
#include "trace.h"
1818

19-
/* These are the bits of MDSCR_EL1 we may manipulate */
20-
#define MDSCR_EL1_DEBUG_MASK (DBG_MDSCR_SS | \
21-
DBG_MDSCR_KDE | \
22-
DBG_MDSCR_MDE)
23-
2419
static DEFINE_PER_CPU(u64, mdcr_el2);
2520

2621
/*

0 commit comments

Comments
 (0)