aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/memcmp_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/lib/memcmp_64.S')
-rw-r--r--arch/powerpc/lib/memcmp_64.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/lib/memcmp_64.S b/arch/powerpc/lib/memcmp_64.S
index 8953d2382a65..d75d18b7bd55 100644
--- a/arch/powerpc/lib/memcmp_64.S
+++ b/arch/powerpc/lib/memcmp_64.S
@@ -8,6 +8,7 @@
8 * 2 of the License, or (at your option) any later version. 8 * 2 of the License, or (at your option) any later version.
9 */ 9 */
10#include <asm/ppc_asm.h> 10#include <asm/ppc_asm.h>
11#include <asm/export.h>
11 12
12#define off8 r6 13#define off8 r6
13#define off16 r7 14#define off16 r7
@@ -231,3 +232,4 @@ _GLOBAL(memcmp)
231 ld r28,-32(r1) 232 ld r28,-32(r1)
232 ld r27,-40(r1) 233 ld r27,-40(r1)
233 blr 234 blr
235EXPORT_SYMBOL(memcmp)