summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-11-06 07:56:01 +0000
committerjeff <jeff@FreeBSD.org>2003-11-06 07:56:01 +0000
commit6fc9686d6a24bdf452a177a5b86688808ad30c8a (patch)
tree46818a5d264e2bbee83033d3481b25f79da979d2 /sys/kern
parentadf47c347a58acca06df08f1da3634d36d4a6434 (diff)
downloadFreeBSD-src-6fc9686d6a24bdf452a177a5b86688808ad30c8a.zip
FreeBSD-src-6fc9686d6a24bdf452a177a5b86688808ad30c8a.tar.gz
- Somehow I botched my last commit. Add an extra ( to fix things up. I'm
still not sure how this happened. Reported by: ps
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/sched_ule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 852462e..0c73395 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -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
OpenPOWER on IntegriCloud