|
@@ -92,6 +92,7 @@ static __init int barrier_nospec_debugfs_init(void)
|
|
|
device_initcall(barrier_nospec_debugfs_init);
|
|
|
#endif /* CONFIG_DEBUG_FS */
|
|
|
|
|
|
+#ifdef CONFIG_PPC_BOOK3S_64
|
|
|
ssize_t cpu_show_meltdown(struct device *dev, struct device_attribute *attr, char *buf)
|
|
|
{
|
|
|
bool thread_priv;
|
|
@@ -124,6 +125,7 @@ ssize_t cpu_show_meltdown(struct device *dev, struct device_attribute *attr, cha
|
|
|
|
|
|
return sprintf(buf, "Vulnerable\n");
|
|
|
}
|
|
|
+#endif
|
|
|
|
|
|
ssize_t cpu_show_spectre_v1(struct device *dev, struct device_attribute *attr, char *buf)
|
|
|
{
|