diff options
author | Haik Aftandilian <Haik.Aftandilian@Sun.COM> | 2009-11-23 16:18:43 -0800 |
---|---|---|
committer | Haik Aftandilian <Haik.Aftandilian@Sun.COM> | 2009-11-23 16:18:43 -0800 |
commit | 023e71de9e5670cebc23dd51162833661d3d2d3b (patch) | |
tree | 04e1e1fc10664466485a6a33787082596ea0f28a /usr/src/uts/common/os/cpu.c | |
parent | f6cf9e5015c0407e421e650c54e2cc47c8ea3546 (diff) | |
download | illumos-gate-023e71de9e5670cebc23dd51162833661d3d2d3b.tar.gz |
6741065 Solaris should support cooperative migration
6873667 a domain running Sun Cluster should notify the cluster framework when it is migrating
FWARC 2009/559 Domain Suspend Domain Service
FWARC 2009/452 HV APIs for cooperative guest migration
PSARC 2009/589 LDOM-SunCluster suspend callbacks
Diffstat (limited to 'usr/src/uts/common/os/cpu.c')
-rw-r--r-- | usr/src/uts/common/os/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/cpu.c b/usr/src/uts/common/os/cpu.c index 0e2dea355a..009598f03f 100644 --- a/usr/src/uts/common/os/cpu.c +++ b/usr/src/uts/common/os/cpu.c @@ -1802,7 +1802,7 @@ cpu_del_unit(int cpuid) * Tear down the CPU's physical ID cache, and update any * processor groups */ - pg_cpu_fini(cp); + pg_cpu_fini(cp, NULL); pghw_physid_destroy(cp); /* |