diff options
Diffstat (limited to 'include/linux/cpu.h')
| -rw-r--r-- | include/linux/cpu.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 54dc2f9a2d56..2c7477354744 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -65,6 +65,9 @@ extern ssize_t cpu_show_tsx_async_abort(struct device *dev,  extern ssize_t cpu_show_itlb_multihit(struct device *dev,  				      struct device_attribute *attr, char *buf);  extern ssize_t cpu_show_srbds(struct device *dev, struct device_attribute *attr, char *buf); +extern ssize_t cpu_show_mmio_stale_data(struct device *dev, +					struct device_attribute *attr, +					char *buf);  extern __printf(4, 5)  struct device *cpu_device_create(struct device *parent, void *drvdata,  | 
