diff options
author | 2024-04-10 07:04:04 +0200 | |
---|---|---|
committer | 2024-04-10 07:04:04 +0200 | |
commit | a40d2525eaa6ba40ebd39ea2ed9598e13092a7dc (patch) | |
tree | d5d5515c98d6163e14d56dfe3272cb3b4e9c7d71 /tools/include/linux/kernel.h | |
parent | x86/apic: Force native_apic_mem_read() to use the MOV instruction (diff) | |
parent | Merge tag 'drm-fixes-2024-04-09' of https://gitlab.freedesktop.org/drm/kernel (diff) | |
download | wireguard-linux-a40d2525eaa6ba40ebd39ea2ed9598e13092a7dc.tar.xz wireguard-linux-a40d2525eaa6ba40ebd39ea2ed9598e13092a7dc.zip |
Merge branch 'linus' into x86/urgent, to pick up dependent commits
Prepare to fix aspects of the new BHI code.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/include/linux/kernel.h')
-rw-r--r-- | tools/include/linux/kernel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/linux/kernel.h b/tools/include/linux/kernel.h index 4b0673bf52c2..07cfad817d53 100644 --- a/tools/include/linux/kernel.h +++ b/tools/include/linux/kernel.h @@ -8,6 +8,7 @@ #include <linux/build_bug.h> #include <linux/compiler.h> #include <linux/math.h> +#include <linux/panic.h> #include <endian.h> #include <byteswap.h> |