diff options
| author | Thomas Gleixner <[email protected]> | 2021-02-09 23:40:53 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2021-02-10 22:34:16 +0000 |
| commit | db1cc7aede37eb9235759131ddfefd9c0ea5136f (patch) | |
| tree | 1d110d199d4f21c7ac3a0beba952bf8beaa74639 /arch/x86/entry/common.c | |
| parent | softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig (diff) | |
| download | kernel-db1cc7aede37eb9235759131ddfefd9c0ea5136f.tar.gz kernel-db1cc7aede37eb9235759131ddfefd9c0ea5136f.zip | |
softirq: Move do_softirq_own_stack() to generic asm header
To avoid include recursion hell move the do_softirq_own_stack() related
content into a generic asm header and include it from all places in arch/
which need the prototype.
This allows architectures to provide an inline implementation of
do_softirq_own_stack() without introducing a lot of #ifdeffery all over the
place.
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/x86/entry/common.c')
0 files changed, 0 insertions, 0 deletions
