diff options
author | Mark Johnson <Mark.Johnson@Sun.COM> | 2008-09-15 15:09:45 -0700 |
---|---|---|
committer | Mark Johnson <Mark.Johnson@Sun.COM> | 2008-09-15 15:09:45 -0700 |
commit | adc586debf12d2592024c0b8b9e44ffa104f858c (patch) | |
tree | 189b4a865d30882c4001014b69447e6bdaaa46f7 /usr/src/uts/i86pc/os/mp_startup.c | |
parent | 875a4abcc45eff5fe347622080ebe938010f5acb (diff) | |
download | illumos-gate-adc586debf12d2592024c0b8b9e44ffa104f858c.tar.gz |
6747590 microcode update support for AMD
Contributed by Hans Rosenfeld <hans.rosenfeld@amd.com>
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(); |