mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 15:30:07 +00:00
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:
parent
afbfdd28bd
commit
284e4f1755
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user