commit | fcc3b4f45d2ce70bfd0201ebd300ff146e465f73 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Jul 01 01:30:21 2021 +0000 |
committer | Christopher Ferris <cferris@google.com> | Thu Jul 01 01:30:21 2021 +0000 |
tree | 8c63eb0b11a5486a64c5f1537c5f8da53cc0ffb6 | |
parent | b4b3166d7b3a8457c22f9d0bf3e4feff5514d64d [diff] [blame] |
Update to v5.13 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.13 Test: Builds, bionic unit tests. Change-Id: Ia4360ca4a2808206f64187dcb234d73c5752624b
diff --git a/libc/kernel/uapi/asm-x86/asm/debugreg.h b/libc/kernel/uapi/asm-x86/asm/debugreg.h index aeb8b02..360f432 100644 --- a/libc/kernel/uapi/asm-x86/asm/debugreg.h +++ b/libc/kernel/uapi/asm-x86/asm/debugreg.h
@@ -28,6 +28,7 @@ #define DR_TRAP2 (0x4) #define DR_TRAP3 (0x8) #define DR_TRAP_BITS (DR_TRAP0 | DR_TRAP1 | DR_TRAP2 | DR_TRAP3) +#define DR_BUS_LOCK (0x800) #define DR_STEP (0x4000) #define DR_SWITCH (0x8000) #define DR_CONTROL_SHIFT 16