Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/i386 Get this to build again in ...
details: https://anonhg.NetBSD.org/src/rev/f7353124c353
branches: sommerfeld_i386mp_1
changeset: 482287:f7353124c353
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Fri Aug 25 03:58:14 2000 +0000
description:
Get this to build again in the !MULTIPROCESSOR case.
diffstat:
sys/arch/i386/i386/autoconf.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r cc9ff693fee0 -r f7353124c353 sys/arch/i386/i386/autoconf.c
--- a/sys/arch/i386/i386/autoconf.c Fri Aug 25 03:56:24 2000 +0000
+++ b/sys/arch/i386/i386/autoconf.c Fri Aug 25 03:58:14 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.45.2.4 2000/08/12 17:53:02 sommerfeld Exp $ */
+/* $NetBSD: autoconf.c,v 1.45.2.5 2000/08/25 03:58:14 sommerfeld Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -128,7 +128,10 @@
/* Set up proc0's TSS and LDT (after the FPU is configured). */
i386_proc0_tss_ldt_init();
+#ifdef MULTIPROCESSOR
cpu_init_idle_pcbs();
+#endif
+
/* XXX Finish deferred buffer cache allocation. */
i386_bufinit();
}
Home |
Main Index |
Thread Index |
Old Index