diff options
author | John Levon <john.levon@joyent.com> | 2019-05-07 15:47:17 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-05-14 18:05:30 +0000 |
commit | b71842c66920b9f2c33533e7193c840d2d852c37 (patch) | |
tree | 22d2c4a80c0fcd6201d6fd7c504ac4d4d08c1d88 | |
parent | 14a2aa31a58d5cfc461b622e749145991d22f649 (diff) | |
download | illumos-joyent-b71842c66920b9f2c33533e7193c840d2d852c37.tar.gz |
m
-rw-r--r-- | usr/src/pkg/manifests/system-header.mf | 2 | ||||
-rw-r--r-- | usr/src/uts/common/disp/disp.c | 2 | ||||
-rw-r--r-- | usr/src/uts/common/disp/thread.c | 2 | ||||
-rw-r--r-- | usr/src/uts/common/fs/zfs/zvol.c | 2 | ||||
-rw-r--r-- | usr/src/uts/common/io/vnd/vnd.c | 2 | ||||
-rw-r--r-- | usr/src/uts/common/os/lgrp.c | 2 | ||||
-rw-r--r-- | usr/src/uts/i86pc/io/apix/apix_intr.c | 2 | ||||
-rw-r--r-- | usr/src/uts/i86pc/io/apix/apix_utils.c | 2 | ||||
-rw-r--r-- | usr/src/uts/i86pc/io/pcplusmp/apic.c | 2 | ||||
-rw-r--r-- | usr/src/uts/i86pc/os/intr.c | 2 | ||||
-rw-r--r-- | usr/src/uts/i86pc/sys/Makefile | 4 | ||||
-rw-r--r-- | usr/src/uts/i86pc/sys/machcpuvar.h | 4 | ||||
-rw-r--r-- | usr/src/uts/intel/ia32/ml/swtch.s | 2 |
13 files changed, 15 insertions, 15 deletions
diff --git a/usr/src/pkg/manifests/system-header.mf b/usr/src/pkg/manifests/system-header.mf index b21f933180..146662d218 100644 --- a/usr/src/pkg/manifests/system-header.mf +++ b/usr/src/pkg/manifests/system-header.mf @@ -26,7 +26,7 @@ # Copyright 2014 Garrett D'Amore <garrett@damore.org> # Copyright 2018 Nexenta Systems, Inc. # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> -# Copyright (c) 2018, Joyent, Inc. +# Copyright 2019 Joyent, Inc. # Copyright 2019 Peter Tribble. # diff --git a/usr/src/uts/common/disp/disp.c b/usr/src/uts/common/disp/disp.c index bd497e0dc6..7e933bccc4 100644 --- a/usr/src/uts/common/disp/disp.c +++ b/usr/src/uts/common/disp/disp.c @@ -24,7 +24,7 @@ */ /* - * Copyright (c) 2018, Joyent, Inc. All rights reserved. + * Copyright 2019 Joyent, Inc. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ diff --git a/usr/src/uts/common/disp/thread.c b/usr/src/uts/common/disp/thread.c index 23e43d81d0..bf1f121b67 100644 --- a/usr/src/uts/common/disp/thread.c +++ b/usr/src/uts/common/disp/thread.c @@ -21,7 +21,7 @@ /* * Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ #include <sys/types.h> diff --git a/usr/src/uts/common/fs/zfs/zvol.c b/usr/src/uts/common/fs/zfs/zvol.c index 4dfb5b24d8..af5c9bdda1 100644 --- a/usr/src/uts/common/fs/zfs/zvol.c +++ b/usr/src/uts/common/fs/zfs/zvol.c @@ -26,7 +26,7 @@ * Copyright 2017 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2012, 2017 by Delphix. All rights reserved. * Copyright (c) 2014 Integros [integros.com] - * Copyright (c) 2019, Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ /* diff --git a/usr/src/uts/common/io/vnd/vnd.c b/usr/src/uts/common/io/vnd/vnd.c index 578f9f8d33..ac60fe678b 100644 --- a/usr/src/uts/common/io/vnd/vnd.c +++ b/usr/src/uts/common/io/vnd/vnd.c @@ -10,7 +10,7 @@ */ /* - * Copyright (c) 2018, Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ /* diff --git a/usr/src/uts/common/os/lgrp.c b/usr/src/uts/common/os/lgrp.c index 3b834d7ca7..d8039f1a1f 100644 --- a/usr/src/uts/common/os/lgrp.c +++ b/usr/src/uts/common/os/lgrp.c @@ -21,7 +21,7 @@ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. - * Copyright 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ /* diff --git a/usr/src/uts/i86pc/io/apix/apix_intr.c b/usr/src/uts/i86pc/io/apix/apix_intr.c index 8291de299b..c27a07ead3 100644 --- a/usr/src/uts/i86pc/io/apix/apix_intr.c +++ b/usr/src/uts/i86pc/io/apix/apix_intr.c @@ -22,7 +22,7 @@ /* * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2018 Western Digital Corporation. All rights reserved. - * Copyright 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ #include <sys/cpuvar.h> diff --git a/usr/src/uts/i86pc/io/apix/apix_utils.c b/usr/src/uts/i86pc/io/apix/apix_utils.c index b832278e8e..208e532518 100644 --- a/usr/src/uts/i86pc/io/apix/apix_utils.c +++ b/usr/src/uts/i86pc/io/apix/apix_utils.c @@ -29,7 +29,7 @@ /* * Copyright 2013 Nexenta Systems, Inc. All rights reserved. * Copyright 2013 Pluribus Networks, Inc. - * Copyright 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ #include <sys/processor.h> diff --git a/usr/src/uts/i86pc/io/pcplusmp/apic.c b/usr/src/uts/i86pc/io/pcplusmp/apic.c index 1b04d243e1..efca63c814 100644 --- a/usr/src/uts/i86pc/io/pcplusmp/apic.c +++ b/usr/src/uts/i86pc/io/pcplusmp/apic.c @@ -25,7 +25,7 @@ /* * Copyright (c) 2010, Intel Corporation. * All rights reserved. - * Copyright 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ /* diff --git a/usr/src/uts/i86pc/os/intr.c b/usr/src/uts/i86pc/os/intr.c index 9eab36c254..a56cdc1b03 100644 --- a/usr/src/uts/i86pc/os/intr.c +++ b/usr/src/uts/i86pc/os/intr.c @@ -21,7 +21,7 @@ /* * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2018 Joyent, Inc. All rights reserverd. + * Copyright 2019 Joyent, Inc. */ /* diff --git a/usr/src/uts/i86pc/sys/Makefile b/usr/src/uts/i86pc/sys/Makefile index ca24c1fdac..3d8332a930 100644 --- a/usr/src/uts/i86pc/sys/Makefile +++ b/usr/src/uts/i86pc/sys/Makefile @@ -61,9 +61,9 @@ CHKHDRS= \ psm_modctl.h \ psm_types.h \ rm_platter.h \ - smt.h \ - smp_impldefs.h \ sbd_ioctl.h \ + smp_impldefs.h \ + smt.h \ vm_machparam.h \ x_call.h \ xc_levels.h \ diff --git a/usr/src/uts/i86pc/sys/machcpuvar.h b/usr/src/uts/i86pc/sys/machcpuvar.h index d6748e78fc..772f3112cb 100644 --- a/usr/src/uts/i86pc/sys/machcpuvar.h +++ b/usr/src/uts/i86pc/sys/machcpuvar.h @@ -23,7 +23,7 @@ * Use is subject to license terms. */ /* - * Copyright 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ #ifndef _SYS_MACHCPUVAR_H @@ -142,7 +142,7 @@ struct kpti_frame { typedef struct cpu_smt { lock_t cs_lock; - char ch_pad[56]; + char cs_pad[56]; struct cpu *cs_sib; volatile uint64_t cs_intr_depth; volatile uint64_t cs_state; diff --git a/usr/src/uts/intel/ia32/ml/swtch.s b/usr/src/uts/intel/ia32/ml/swtch.s index bc4ebd7202..4f27c58be8 100644 --- a/usr/src/uts/intel/ia32/ml/swtch.s +++ b/usr/src/uts/intel/ia32/ml/swtch.s @@ -24,7 +24,7 @@ */ /* - * Copyright (c) 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ /* |