diff options
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); /* |