summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2002-09-23 14:01:01 +0000
committerJulian Elischer <julian@FreeBSD.org>2002-09-23 14:01:01 +0000
commit10b33e6b2c3d34e90385fc48c25c3e18ae560bb9 (patch)
treea6a7aade04080a9303e661f957eccac436ab24ce
parent1f4ff8506a801b76186abcb5690294b81ca2b754 (diff)
Notes
-rw-r--r--sys/kern/kern_proc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c
index c0fb2263232e..3a64050009b8 100644
--- a/sys/kern/kern_proc.c
+++ b/sys/kern/kern_proc.c
@@ -371,8 +371,10 @@ kse_new(struct thread *td, struct kse_new_args *uap)
bzero(&newke->ke_startzero, RANGEOF(struct kse,
ke_startzero, ke_endzero));
mtx_lock_spin(&sched_lock);
+#if 0
bcopy(&td->td_kse->ke_startcopy, &newke->ke_startcopy,
RANGEOF(struct kse, ke_startcopy, ke_endcopy));
+#endif
} else {
/*
* We are switching to KSEs so just