kprintf: only call eventfd() if it is safe to interrupt
Missing ARM64 implementation, cannot test right now Change-Id: Ia05e8b7952b19bcd8fdac1f920d9bfe341be8b97
This commit is contained in:
committed by
Dominique Martinet
parent
6df4bd8f8c
commit
ad2cb6375a
@ -604,4 +604,11 @@ __mcs_rwlock_reader_unlock(struct mcs_rwlock_lock *lock, struct mcs_rwlock_node_
|
||||
#endif
|
||||
}
|
||||
|
||||
static inline int irqflags_can_interrupt(unsigned long flags)
|
||||
{
|
||||
#warning "arm64 irqflags_can_interrupt not implemented"
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
#endif /* !__HEADER_ARM64_COMMON_ARCH_LOCK_H */
|
||||
|
||||
Reference in New Issue
Block a user