** Warning: Cannot open xref database.
1 #ifndef __UM_SOFTIRQ_H 2 #define __UM_SOFTIRQ_H 3 4 #include "linux/smp.h" 5 #include "asm/system.h" 6 #include "asm/processor.h" 7 8 /* A gratuitous name change */ 9 #define i386_bh_lock um_bh_lock 10 #include "asm/arch/softirq.h" 11 #undef i386_bh_lock 12 13 #endif 14