commit | 7f4c837186fc09821cfebf94388a645ead246142 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Jun 03 14:22:19 2024 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Jun 03 14:22:19 2024 -0700 |
tree | 5cf17d93cdbac4b143c68c45c367ca737332c2ae | |
parent | b851c4c5bf1af45af585555d4151b17b9ccf4ef0 [diff] [blame] |
Update to v6.9 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-6.9 Test: Builds and bionic unit tests pass on raven. Test: Able to log in to an Android GO 32 bit device. Change-Id: If53a38bbb65c3c653ce790fe5c6e51597901a14e
diff --git a/libc/kernel/uapi/asm-arm64/asm/sigcontext.h b/libc/kernel/uapi/asm-arm64/asm/sigcontext.h index 6098fc7..8e48d55 100644 --- a/libc/kernel/uapi/asm-arm64/asm/sigcontext.h +++ b/libc/kernel/uapi/asm-arm64/asm/sigcontext.h
@@ -52,6 +52,11 @@ struct _aarch64_ctx head; __u64 tpidr2; }; +#define FPMR_MAGIC 0x46504d52 +struct fpmr_context { + struct _aarch64_ctx head; + __u64 fpmr; +}; #define ZA_MAGIC 0x54366345 struct za_context { struct _aarch64_ctx head;