one little thing

This commit is contained in:
2023-10-21 22:30:46 +02:00
parent 9be4d04851
commit da9e589545

View File

@@ -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); \
}