Searched hist:db1cc7aede37eb9235759131ddfefd9c0ea5136f (Results 1 – 6 of 6) sorted by relevance
/linux/include/asm-generic/ |
H A D | softirq_stack.h | db1cc7aede37eb9235759131ddfefd9c0ea5136f Wed Feb 10 00:40:53 CET 2021 Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.289960691@linutronix.de
|
H A D | Kbuild | diff db1cc7aede37eb9235759131ddfefd9c0ea5136f Wed Feb 10 00:40:53 CET 2021 Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.289960691@linutronix.de
|
/linux/arch/sh/kernel/ |
H A D | irq.c | diff db1cc7aede37eb9235759131ddfefd9c0ea5136f Wed Feb 10 00:40:53 CET 2021 Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.289960691@linutronix.de
|
/linux/arch/parisc/kernel/ |
H A D | irq.c | diff db1cc7aede37eb9235759131ddfefd9c0ea5136f Wed Feb 10 00:40:53 CET 2021 Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.289960691@linutronix.de
|
/linux/kernel/ |
H A D | softirq.c | diff db1cc7aede37eb9235759131ddfefd9c0ea5136f Wed Feb 10 00:40:53 CET 2021 Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.289960691@linutronix.de
|
/linux/include/linux/ |
H A D | interrupt.h | diff db1cc7aede37eb9235759131ddfefd9c0ea5136f Wed Feb 10 00:40:53 CET 2021 Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210210002513.289960691@linutronix.de
|