summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4/os/mlsetup.c
diff options
context:
space:
mode:
authoresaxe <none@none>2007-01-17 18:01:29 -0800
committeresaxe <none@none>2007-01-17 18:01:29 -0800
commitfb2f18f820d90b001aea4fb27dd654bc1263c440 (patch)
tree4b88b69e1244f360a85d70294a4498ecf57ca283 /usr/src/uts/sun4/os/mlsetup.c
parent9a7670889e9c36ec355371e6b02f2d9084f040dc (diff)
downloadillumos-gate-fb2f18f820d90b001aea4fb27dd654bc1263c440.tar.gz
6461311 multi-level CMT scheduling optimizations
6509639 cpu0 is not in the right chip_t if its chipid is not zero --HG-- rename : usr/src/uts/common/os/chip.c => deleted_files/usr/src/uts/common/os/chip.c rename : usr/src/uts/common/sys/chip.h => deleted_files/usr/src/uts/common/sys/chip.h
Diffstat (limited to 'usr/src/uts/sun4/os/mlsetup.c')
-rw-r--r--usr/src/uts/sun4/os/mlsetup.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/usr/src/uts/sun4/os/mlsetup.c b/usr/src/uts/sun4/os/mlsetup.c
index 771822bb37..d66c6c13c1 100644
--- a/usr/src/uts/sun4/os/mlsetup.c
+++ b/usr/src/uts/sun4/os/mlsetup.c
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -56,7 +56,7 @@
#include <sys/copyops.h>
#include <sys/panic.h>
#include <sys/bootconf.h> /* for bootops */
-#include <sys/chip.h>
+#include <sys/pg.h>
#include <sys/kdi.h>
#include <sys/fpras.h>
@@ -274,15 +274,6 @@ mlsetup(struct regs *rp, void *cif, kfpu_t *fp)
setcputype();
map_wellknown_devices();
setcpudelay();
-
- /*
- * Associate the boot cpu with a physical processor.
- * This needs to be done after devices are mapped, since
- * we need to know what type of physical processor this is.
- * (CMP for example)
- */
- chip_cpu_init(CPU);
- chip_cpu_assign(CPU);
}
/*