From c3377ee9a5b3bff76dbf51347a8de3d215eb6cca Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 20 May 2019 14:28:30 +0000 Subject: 11048 need a way to disable SMT Reviewed by: Jerry Jelinek Reviewed by: Robert Mustacchi Reviewed by: Patrick Mooney Reviewed by: Andy Fiddaman Reviewed by: Gergo Doma Approved by: Gordon Ross --- usr/src/cmd/mdb/common/modules/genunix/genunix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/cmd/mdb/common/modules/genunix/genunix.c') diff --git a/usr/src/cmd/mdb/common/modules/genunix/genunix.c b/usr/src/cmd/mdb/common/modules/genunix/genunix.c index 61c98952c1..fb57328e65 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/genunix.c +++ b/usr/src/cmd/mdb/common/modules/genunix/genunix.c @@ -21,7 +21,7 @@ /* * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2018, Joyent, Inc. + * Copyright 2019 Joyent, Inc. * Copyright (c) 2013 by Delphix. All rights reserved. */ @@ -3098,7 +3098,7 @@ cpuinfo_walk_cpu(uintptr_t addr, const cpu_t *cpu, cpuinfo_data_t *cid) const char *flags[] = { "RUNNING", "READY", "QUIESCED", "EXISTS", "ENABLE", "OFFLINE", "POWEROFF", "FROZEN", - "SPARE", "FAULTED", NULL + "SPARE", "FAULTED", "DISABLED", NULL }; if (cid->cid_cpu != -1) { -- cgit v1.2.3