commit | e52340de11d8bca3ba35e5a72fea4f2a5b6abbbb | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <[email protected]> | Mon Nov 08 18:32:43 2021 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Nov 09 10:02:49 2021 -0800 |
tree | 0d89b9a5d69dadeaab969ebfc0f888236d898a60 | |
parent | b4b87651104dd32ab258d097d47b97e243a95222 [diff] [blame] |
kernel.h: split out instruction pointer accessors bottom_half.h needs _THIS_IP_ to be standalone, so split that and _RET_IP_ out from kernel.h into the new instruction_pointer.h. kernel.h directly needs them, so include it there and replace the include of kernel.h with this new file in bottom_half.h. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/include/linux/bottom_half.h b/include/linux/bottom_half.h index 11d107d..fc53e0a 100644 --- a/include/linux/bottom_half.h +++ b/include/linux/bottom_half.h
@@ -2,7 +2,7 @@ #ifndef _LINUX_BH_H #define _LINUX_BH_H -#include <linux/kernel.h> +#include <linux/instruction_pointer.h> #include <linux/preempt.h> #if defined(CONFIG_PREEMPT_RT) || defined(CONFIG_TRACE_IRQFLAGS)