diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-03 23:25:40 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-03 23:25:40 +0200 |
commit | 5ece08178d6567db5ef0090b1ae7f795c3c36161 (patch) | |
tree | e052c9473b8ec03b278d74e829da21a3c33a41a6 /include/asm-generic | |
parent | Merge tag 'core-debugobjects-2020-08-03' of git://git.kernel.org/pub/scm/linu... (diff) | |
parent | compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation.... (diff) | |
download | linux-5ece08178d6567db5ef0090b1ae7f795c3c36161.tar.xz linux-5ece08178d6567db5ef0090b1ae7f795c3c36161.zip |
Merge tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull header cleanup from Ingo Molnar:
"Separate out the instrumentation_begin()/end() bits from compiler.h"
* tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation.h> header
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/bug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/bug.h b/include/asm-generic/bug.h index c94e33ae3e7b..18b0f4eee8cb 100644 --- a/include/asm-generic/bug.h +++ b/include/asm-generic/bug.h @@ -3,6 +3,7 @@ #define _ASM_GENERIC_BUG_H #include <linux/compiler.h> +#include <linux/instrumentation.h> #define CUT_HERE "------------[ cut here ]------------\n" |