Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e06dfdd authored by Blagovest Kolenichev's avatar Blagovest Kolenichev
Browse files

Revert "coresight: etm4x: Add support to enable ETMv4.2"



This reverts commit c49d8ee4.

This is a preparation change for merging android-4.14.111 into
msm-4.14 branch.

Equivalent logic was already submitted into msm-4.14 and this
change affects creation of coresight-etm sysfs nodes.

Change-Id: Ie27f29442a82ef525af9ac49598d1b74c009faf7
Signed-off-by: default avatarBlagovest Kolenichev <bkolenichev@codeaurora.org>
parent 171fc237
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -61,8 +61,7 @@ static void etm4_os_unlock(struct etmv4_drvdata *drvdata)

static bool etm4_arch_supported(u8 arch)
{
	/* Mask out the minor version number */
	switch (arch & 0xf0) {
	switch (arch) {
	case ETM_ARCH_V4:
		break;
	default: