diff options
author | Jason King <jasonbking@users.noreply.github.com> | 2020-08-31 10:18:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 10:18:05 -0500 |
commit | 2eee57b86e034221364b0331aaa53c7f4636a043 (patch) | |
tree | ef3eaee0468a208dfc65a575fd9a01459d400246 | |
parent | b189ef943db9b29af9068d3b3b49bc364699da56 (diff) | |
download | illumos-joyent-2eee57b86e034221364b0331aaa53c7f4636a043.tar.gz |
OS-8203 Remove OS-1361 workarounds from /etc/system (#325)
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Mike Zeller <mike.zeller@joyent.com>
-rw-r--r-- | usr/src/cmd/nsadmin/system | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/cmd/nsadmin/system b/usr/src/cmd/nsadmin/system index 6216e0789b..8ab13b7d3f 100644 --- a/usr/src/cmd/nsadmin/system +++ b/usr/src/cmd/nsadmin/system @@ -138,12 +138,6 @@ set dump_plat_mincpu=0 set dump_bzip2_level=1 * -* See OS-1361 for dealing with the timer woes. -* -set pcplusmp:apic_timer_preferred_mode=0 -set apix:apic_timer_preferred_mode=0 - -* * Want additional crash dump metrics * set dump_metrics_on=1 |