diff options
Diffstat (limited to 'usr/src/uts/i86pc/os/mp_startup.c')
-rw-r--r-- | usr/src/uts/i86pc/os/mp_startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/os/mp_startup.c b/usr/src/uts/i86pc/os/mp_startup.c index 55e1d85f6e..10492414be 100644 --- a/usr/src/uts/i86pc/os/mp_startup.c +++ b/usr/src/uts/i86pc/os/mp_startup.c @@ -1396,7 +1396,7 @@ start_other_cpus(int cprboot) } /* Free the space allocated to hold the microcode file */ - ucode_free(); + ucode_cleanup(); affinity_clear(); |