summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-01-07 21:23:50 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-01-07 21:23:50 +0000
commitdc9c271aa1349fd866fa055f92714fb81319abc5 (patch)
treea875e5b6e7445b665394bdc5e241c8dc985477c8 /sys/kern/init_main.c
parentf55ca80bcf9a34cbee6d4cb911e4513c87f7300f (diff)
Notes
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 9269b264f8fd..246684f88362 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
- * $Id: init_main.c,v 1.101 1998/12/19 08:23:31 julian Exp $
+ * $Id: init_main.c,v 1.102 1998/12/30 10:38:58 dfr Exp $
*/
#include "opt_devfs.h"
@@ -469,22 +469,12 @@ proc0_init(dummy)
#endif /* INCOMPAT_LITES2*/
#endif
-#ifndef COMPAT_LINUX_THREADS
/*
* We continue to place resource usage info and signal
* actions in the user struct so they're pageable.
*/
p->p_stats = &p->p_addr->u_stats;
p->p_sigacts = &p->p_addr->u_sigacts;
-#else
- /*
- * We continue to place resource usage info in the user struct so
- * it's pageable.
- */
- p->p_stats = &p->p_addr->u_stats;
-
- p->p_sigacts = &p->p_procsig->ps_sigacts;
-#endif /* COMPAT_LINUX_THREADS */
/*
* Charge root for one process.