/openbmc/linux/arch/parisc/include/asm/ |
H A D | hardirq.h | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | irq.h | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | hardirq.h | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | irq_64.h | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | irq.h | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | irq.h | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/include/linux/ |
H A D | interrupt.h | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/parisc/ |
H A D | Kconfig | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/sparc/ |
H A D | Kconfig | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/sh/ |
H A D | Kconfig | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/ |
H A D | Kconfig | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/s390/ |
H A D | Kconfig | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | diff cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Tue Feb 09 17:40:52 CST 2021 Thomas Gleixner <tglx@linutronix.de> softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
To prepare for inlining do_softirq_own_stack() replace __ARCH_HAS_DO_SOFTIRQ with a Kconfig switch and select it in the affected architectures.
This allows in the next step to move the function prototype and the inline stub into a seperate asm-generic header file which is required to avoid include recursion.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.181713427@linutronix.de
|