URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [block/] [paride/] [spinlock.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
/* spinlock.h -- dummy version for PARIDE-2.0.34 */ #define spin_lock_irqsave(a,b) { save_flags(b); cli(); } #define spin_unlock_irqrestore(a,b) restore_flags(b);
Go to most recent revision | Compare with Previous | Blame | View Log