Commit 964a0742 authored by Yeoreum Yun's avatar Yeoreum Yun Committed by Catalin Marinas
Browse files

kselftest/arm64/abi: Add MTE_STORE_ONLY feature hwcap test

parent 7502bdb4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1104,6 +1104,12 @@ static const struct hwcap_data {
		.hwcap_bit = HWCAP3_MTE_FAR,
		.cpuinfo = "mtefar",
	},
	{
		.name = "MTE_STOREONLY",
		.at_hwcap = AT_HWCAP3,
		.hwcap_bit = HWCAP3_MTE_STORE_ONLY,
		.cpuinfo = "mtestoreonly",
	},
};

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