Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/include/asm/
Dirqflags.h248 #define hard_local_irq_restore_smp(flags) hard_local_irq_restore(flags) macro
251 #define hard_local_irq_restore_smp(flags) do { (void)(flags); } while (0) macro
/linux-2.6.39/arch/blackfin/kernel/
Dipipe.c371 hard_local_irq_restore_smp(flags); in __ipipe_test_root()