aboutsummaryrefslogtreecommitdiff
path: root/include/linux/instruction_pointer.h
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09kernel.h: split out instruction pointer accessorsStephen Rothwell1-0/+8
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]>