Commit 8ca19c40 authored by Oliver Upton's avatar Oliver Upton Committed by Marc Zyngier
Browse files

KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK

parent 78d4f34e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);

/*