From 455e370ca67aeea268bdfbcf581b6a05547f6636 Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 14 Aug 2018 21:14:28 +0000 Subject: 10924 Need mitigation of L1TF (CVE-2018-3646) Reviewed by: Robert Mustacchi Reviewed by: Jerry Jelinek Reviewed by: Peter Tribble Approved by: Richard Lowe --- usr/src/uts/intel/sys/x86_archext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/uts/intel/sys') 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) -- cgit v1.2.3