diff options
Diffstat (limited to 'usr/src/uts/i86pc/os/machdep.c')
-rw-r--r-- | usr/src/uts/i86pc/os/machdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/i86pc/os/machdep.c b/usr/src/uts/i86pc/os/machdep.c index 1d6cd158b4..5071dae5ee 100644 --- a/usr/src/uts/i86pc/os/machdep.c +++ b/usr/src/uts/i86pc/os/machdep.c @@ -226,6 +226,8 @@ mdboot(int cmd, int fcn, char *mdep, boolean_t invoke_cb) if (invoke_cb) (void) callb_execute_class(CB_CL_MDBOOT, NULL); + page_retire_hunt(page_retire_mdboot_cb); + /* * stop other cpus and raise our priority. since there is only * one active cpu after this, and our priority will be too high |