Home
last modified time | relevance | path

Searched refs:irq_ctx_exit (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/include/asm/
H A Dirq.h35 extern void irq_ctx_exit(int cpu);
38 # define irq_ctx_exit(cpu) do { } while (0) macro
/linux/arch/sh/kernel/
H A Dsmp.c112 irq_ctx_exit(raw_smp_processor_id()); in play_dead_common()