- Somehow I botched my last commit. Add an extra ( to fix things up. I'm
still not sure how this happened. Reported by: ps
This commit is contained in:
parent
adf47c347a
commit
6fc9686d6a
@ -267,7 +267,7 @@ static void kseq_assign(struct kseq *);
|
||||
static struct kse *kseq_steal(struct kseq *kseq);
|
||||
#define KSE_CAN_MIGRATE(ke, class) \
|
||||
((class) != PRI_ITHD && (ke)->ke_thread->td_pinned == 0 && \
|
||||
(ke)->ke_flags & KEF_BOUND) == 0)
|
||||
((ke)->ke_flags & KEF_BOUND) == 0)
|
||||
#endif
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user