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 <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>
1 parent 78d4f34 commit 8ca19c4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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)