diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-08-27 18:28:16 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-08-27 18:28:15 -0700 |
| commit | cfcc5dbf739f37894a557d1e8a3c2eeef031914a (patch) | |
| tree | a053ab95745e856d29c78712dcb159a876d1ae7e /include/linux/cpu.h | |
| parent | f63b4db1ff139d214f1bc99e65475940277f4748 (diff) | |
| parent | 79de04d8065db03fb4a0cf9d2bf1916b092cabcc (diff) | |
Merge "Merge android-4.4.148 (f057ff9) into msm-4.4"
Diffstat (limited to 'include/linux/cpu.h')
| -rw-r--r-- | include/linux/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 76efa14a6959..ec088f5729fb 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -61,6 +61,8 @@ extern ssize_t cpu_show_spectre_v2(struct device *dev, struct device_attribute *attr, char *buf); extern ssize_t cpu_show_spec_store_bypass(struct device *dev, struct device_attribute *attr, char *buf); +extern ssize_t cpu_show_l1tf(struct device *dev, + struct device_attribute *attr, char *buf); extern __printf(4, 5) struct device *cpu_device_create(struct device *parent, void *drvdata, |
