mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
one little thing
This commit is contained in:
@@ -48,8 +48,10 @@ static inline void irqrestore(unsigned long flags) {
|
||||
#define NO_INT(x) \
|
||||
{ \
|
||||
unsigned long f = save_irqdisable(); \
|
||||
barrier(); \
|
||||
x \
|
||||
irqrestore(f); \
|
||||
barrier(); \
|
||||
irqrestore(f); \
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user