diff options
author | kchow <none@none> | 2005-08-24 15:17:32 -0700 |
---|---|---|
committer | kchow <none@none> | 2005-08-24 15:17:32 -0700 |
commit | affbd3ccca8e26191a210ec9f9ffae170f919afd (patch) | |
tree | 7c0b6f58653b11f5821f876998bd00b9627f1907 /usr/src/uts/sun4/os/mlsetup.c | |
parent | b5cda42e4451eb63c27c9fb170e50e628aa89257 (diff) | |
download | illumos-joyent-affbd3ccca8e26191a210ec9f9ffae170f919afd.tar.gz |
6286816 page_numtopp_nolock is inefficent
6288107 Missing comment terminator in i86pc/ml/locore.s
6290613 high page_get_cachelist failure rate on jurassic
6297005 performance issues with page_nextn()
Diffstat (limited to 'usr/src/uts/sun4/os/mlsetup.c')
-rw-r--r-- | usr/src/uts/sun4/os/mlsetup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/sun4/os/mlsetup.c b/usr/src/uts/sun4/os/mlsetup.c index 6c4556448f..66ade7e0bb 100644 --- a/usr/src/uts/sun4/os/mlsetup.c +++ b/usr/src/uts/sun4/os/mlsetup.c @@ -203,6 +203,8 @@ mlsetup(struct regs *rp, void *cif, kfpu_t *fp) */ cpu_list_init(CPU); + cpu_vm_data_init(CPU); + prom_init("kernel", cif); (void) prom_set_preprom(kern_splr_preprom); (void) prom_set_postprom(kern_splx_postprom); |