Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kernel.h: include linux/instruction_pointer.h explicitly

In preparation for decoupling linux/instruction_pointer.h and
linux/kernel.h, include instruction_pointer.h explicitly where needed.

Link: https://lkml.kernel.org/r/20260116042510.241009-5-ynorov@nvidia.com
Signed-off-by: Yury Norov <ynorov@nvidia.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Joel Fernandes <joelagnelf@nvidia.com>
Cc: Aaron Tomlin <atomlin@atomlin.com>
Cc: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Petr Pavlu <petr.pavlu@suse.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Yury Norov and committed by
Andrew Morton
269586d6 90ddd39b

+2
+1
arch/s390/include/asm/processor.h
··· 31 31 #include <linux/cpumask.h> 32 32 #include <linux/linkage.h> 33 33 #include <linux/irqflags.h> 34 + #include <linux/instruction_pointer.h> 34 35 #include <linux/bitops.h> 35 36 #include <asm/fpu-types.h> 36 37 #include <asm/cpu.h>
+1
include/linux/ww_mutex.h
··· 17 17 #ifndef __LINUX_WW_MUTEX_H 18 18 #define __LINUX_WW_MUTEX_H 19 19 20 + #include <linux/instruction_pointer.h> 20 21 #include <linux/mutex.h> 21 22 #include <linux/rtmutex.h> 22 23