OSDN Git Service

Merge android-4.4-p.202 (a4d443b7) into msm-4.4
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / linux / cpu.h
index 960f275..1945aa0 100644 (file)
@@ -65,6 +65,11 @@ extern ssize_t cpu_show_l1tf(struct device *dev,
                             struct device_attribute *attr, char *buf);
 extern ssize_t cpu_show_mds(struct device *dev,
                            struct device_attribute *attr, char *buf);
+extern ssize_t cpu_show_tsx_async_abort(struct device *dev,
+                                       struct device_attribute *attr,
+                                       char *buf);
+extern ssize_t cpu_show_itlb_multihit(struct device *dev,
+                                     struct device_attribute *attr, char *buf);
 
 extern __printf(4, 5)
 struct device *cpu_device_create(struct device *parent, void *drvdata,