xref: /kernel/linux/linux-6.6/include/asm-generic/softirq_stack.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/asm-generic/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci#ifndef __ASM_GENERIC_SOFTIRQ_STACK_H
362306a36Sopenharmony_ci#define __ASM_GENERIC_SOFTIRQ_STACK_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#ifdef CONFIG_SOFTIRQ_ON_OWN_STACK
662306a36Sopenharmony_civoid do_softirq_own_stack(void);
762306a36Sopenharmony_ci#else
862306a36Sopenharmony_cistatic inline void do_softirq_own_stack(void)
962306a36Sopenharmony_ci{
1062306a36Sopenharmony_ci	__do_softirq();
1162306a36Sopenharmony_ci}
1262306a36Sopenharmony_ci#endif
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif
15

Indexes created Thu Nov 07 10:32:03 CST 2024