aarch64: morello: update HWCAP2_MORELLO value

Unfortunately this will keep changing during the development
as upstream linux did not want to reserve a bit for morello.
This commit is contained in:
Szabolcs Nagy 2022-08-23 16:37:25 +01:00
parent afbfdd28bd
commit 284e4f1755

View File

@ -78,4 +78,4 @@
#define HWCAP2_AFP (1 << 20)
#define HWCAP2_RPRES (1 << 21)
#define HWCAP2_MTE3 (1 << 22)
#define HWCAP2_MORELLO (1 << 19) /* FIXME: This bit will change. */
#define HWCAP2_MORELLO (1UL << 31) /* FIXME: This bit will change. */