Commit 49a9942f authored by Yeoreum Yun's avatar Yeoreum Yun Committed by Catalin Marinas
Browse files

kselftest/arm64: Add MTE_FAR hwcap test

parent 61eae495
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1098,6 +1098,12 @@ static const struct hwcap_data {
		.sigill_fn = hbc_sigill,
		.sigill_reliable = true,
	},
	{
		.name = "MTE_FAR",
		.at_hwcap = AT_HWCAP3,
		.hwcap_bit = HWCAP3_MTE_FAR,
		.cpuinfo = "mtefar",
	},
};

typedef void (*sighandler_fn)(int, siginfo_t *, void *);