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

Commit 1f0a3ef7 authored by Ivaylo Georgiev's avatar Ivaylo Georgiev
Browse files

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



This reverts commit 2636ccec.

This is a preparation change for merging android-4.19.34 into
msm-4.19 branch.

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

Change-Id: Ic65c1f4707fef033e322e17db8522b6a96cf4e67
Signed-off-by: default avatarIvaylo Georgiev <irgeorgiev@codeaurora.org>
parent 89a1dc2f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -54,8 +54,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: