Merge branch 'lorenzo/pci/dwc-fixes'
[linux-2.6-microblaze.git] / arch / s390 / include / asm / nospec-branch.h
index 7df48e5..b4bd8c4 100644 (file)
@@ -6,12 +6,11 @@
 
 #include <linux/types.h>
 
-extern int nospec_call_disable;
-extern int nospec_return_disable;
+extern int nospec_disable;
 
 void nospec_init_branches(void);
-void nospec_call_revert(s32 *start, s32 *end);
-void nospec_return_revert(s32 *start, s32 *end);
+void nospec_auto_detect(void);
+void nospec_revert(s32 *start, s32 *end);
 
 #endif /* __ASSEMBLY__ */