diff options
Diffstat (limited to 'usr/src/uts/sun4/os/startup.c')
| -rw-r--r-- | usr/src/uts/sun4/os/startup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/sun4/os/startup.c b/usr/src/uts/sun4/os/startup.c index 1459eb1ce4..fb1f5168b0 100644 --- a/usr/src/uts/sun4/os/startup.c +++ b/usr/src/uts/sun4/os/startup.c @@ -94,6 +94,7 @@ extern void memseg_remap_init(void); extern void mach_kpm_init(void); extern void pcf_init(); extern int size_pse_array(pgcnt_t, int); +extern void pg_init(); /* * External Data: @@ -2222,6 +2223,8 @@ post_startup(void) maxmem = freemem; + pg_init(); + #ifdef PTL1_PANIC_DEBUG init_ptl1_thread(); #endif /* PTL1_PANIC_DEBUG */ |
