diff options
author | John Levon <john.levon@joyent.com> | 2018-06-13 22:54:04 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-06-13 22:54:04 +0000 |
commit | 8118caaf6ac0df6a54351bfd800aea92a6ac3cca (patch) | |
tree | 63e49c5d6e729f04dfecc1927e6d154ef5241ff2 /usr/src/uts/intel/sys | |
parent | f48e1a4f1d835afe9a2607058270907434313e19 (diff) | |
download | illumos-joyent-8118caaf6ac0df6a54351bfd800aea92a6ac3cca.tar.gz |
OS-6967 LDT still not happy under KPTI
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Alex Wilson <alex.wilson@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Alex Wilson <alex.wilson@joyent.com>
Diffstat (limited to 'usr/src/uts/intel/sys')
-rw-r--r-- | usr/src/uts/intel/sys/x86_archext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/intel/sys/x86_archext.h b/usr/src/uts/intel/sys/x86_archext.h index 499d254608..bbb7d4fa63 100644 --- a/usr/src/uts/intel/sys/x86_archext.h +++ b/usr/src/uts/intel/sys/x86_archext.h @@ -787,8 +787,8 @@ extern void setcr4(ulong_t); extern void mtrr_sync(void); -extern void cpu_fast_syscall_enable(void *); -extern void cpu_fast_syscall_disable(void *); +extern void cpu_fast_syscall_enable(void); +extern void cpu_fast_syscall_disable(void); struct cpu; |