|
@@ -13,6 +13,7 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/linkage.h>
|
|
#include <linux/linkage.h>
|
|
|
|
|
+#include <asm/nospec-insn.h>
|
|
|
#include <asm/vx-insn.h>
|
|
#include <asm/vx-insn.h>
|
|
|
|
|
|
|
|
/* Vector register range containing CRC-32 constants */
|
|
/* Vector register range containing CRC-32 constants */
|
|
@@ -67,6 +68,8 @@
|
|
|
|
|
|
|
|
.previous
|
|
.previous
|
|
|
|
|
|
|
|
|
|
+ GEN_BR_THUNK %r14
|
|
|
|
|
+
|
|
|
.text
|
|
.text
|
|
|
/*
|
|
/*
|
|
|
* The CRC-32 function(s) use these calling conventions:
|
|
* The CRC-32 function(s) use these calling conventions:
|
|
@@ -203,6 +206,6 @@ ENTRY(crc32_be_vgfm_16)
|
|
|
|
|
|
|
|
.Ldone:
|
|
.Ldone:
|
|
|
VLGVF %r2,%v2,3
|
|
VLGVF %r2,%v2,3
|
|
|
- br %r14
|
|
|
|
|
|
|
+ BR_EX %r14
|
|
|
|
|
|
|
|
.previous
|
|
.previous
|