Home
last modified time | relevance | path

Searched refs:ubc_wakeup (Results 1 – 3 of 3) sorted by relevance

/arch/sh/include/asm/
Dubc.h57 extern void ubc_wakeup(void);
59 #define ubc_wakeup() do { } while (0) macro
/arch/sh/kernel/cpu/
Dubc.S43 ENTRY(ubc_wakeup)
Dinit.c313 ubc_wakeup(); in sh_cpu_init()