summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-09 20:42:45 +0000
committerpeter <peter@FreeBSD.org>1999-05-09 20:42:45 +0000
commit2bc4e0eea26926c7f3be019049b30d552d8846d8 (patch)
tree0b56a634ab5473576fa60eb1e11bd414293f735f /sys/kern/init_main.c
parentf8c46053172e38e410f7075227af8e0719ef16cb (diff)
downloadFreeBSD-src-2bc4e0eea26926c7f3be019049b30d552d8846d8.zip
FreeBSD-src-2bc4e0eea26926c7f3be019049b30d552d8846d8.tar.gz
Lites2 seems to have pretty much disappeared from the radar, and I suspect
far more than this hack would be needed now..
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 20b61f9..2e1340e 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.119 1999/05/07 17:37:08 des Exp $
+ * $Id: init_main.c,v 1.120 1999/05/09 19:01:44 peter Exp $
*/
#include "opt_devfs.h"
@@ -441,14 +441,11 @@ proc0_init(dummy)
vmspace0.vm_map.pmap = vmspace_pmap(&vmspace0);
p->p_addr = proc0paddr; /* XXX */
-#ifndef __alpha__ /* XXX what is this? */
-#define INCOMPAT_LITES2
-#ifdef INCOMPAT_LITES2
+#ifdef cpu_set_init_frame
/*
* proc0 needs to have a coherent frame base in its stack.
*/
cpu_set_init_frame(p, init_framep); /* XXX! */
-#endif /* INCOMPAT_LITES2*/
#endif
/*
OpenPOWER on IntegriCloud