diff options
author | John Levon <john.levon@joyent.com> | 2018-08-14 21:14:28 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-05-15 09:59:43 -0700 |
commit | 455e370ca67aeea268bdfbcf581b6a05547f6636 (patch) | |
tree | 5d15a1b7167b504a4b16edfc0e5daf4decaf98ff /usr/src/uts/intel/sys | |
parent | 2849e8402eca436e7a7eca178c7ab6644a093a3e (diff) | |
download | illumos-joyent-455e370ca67aeea268bdfbcf581b6a05547f6636.tar.gz |
10924 Need mitigation of L1TF (CVE-2018-3646)
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/intel/sys')
-rw-r--r-- | usr/src/uts/intel/sys/x86_archext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/intel/sys/x86_archext.h b/usr/src/uts/intel/sys/x86_archext.h index 585a6576bc..2f1b52ba33 100644 --- a/usr/src/uts/intel/sys/x86_archext.h +++ b/usr/src/uts/intel/sys/x86_archext.h @@ -956,6 +956,8 @@ extern uint_t pentiumpro_bug4046376; extern const char CyrixInstead[]; +extern void (*spec_l1d_flush)(void); + #endif #if defined(_KERNEL) |