diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-11 18:23:23 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-11 18:23:23 +0300 |
commit | e4c42304a8cd3b7d0b9755e80dd6835c20b8e0dc (patch) | |
tree | d285c5d4ae2d4c63295bd2d07cc4903479dd4071 /include | |
parent | 55d40c0636e51ed07f2eccaaf70d1d7d72ea5984 (diff) | |
parent | 131e2001572ba68b6728bcba91c58647168d237f (diff) | |
download | linux-rolling-stable.tar.xz |
Merge v6.16.7linux-rolling-stable
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 6378370a952f..9cc5472b87ea 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -83,6 +83,7 @@ extern ssize_t cpu_show_old_microcode(struct device *dev, extern ssize_t cpu_show_indirect_target_selection(struct device *dev, struct device_attribute *attr, char *buf); extern ssize_t cpu_show_tsa(struct device *dev, struct device_attribute *attr, char *buf); +extern ssize_t cpu_show_vmscape(struct device *dev, struct device_attribute *attr, char *buf); extern __printf(4, 5) struct device *cpu_device_create(struct device *parent, void *drvdata, |