2 * Author: Anton Blanchard <anton@au.ibm.com>
3 * Copyright 2015 IBM Corporation.
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
10 #include <asm/ppc_asm.h>
11 #include <asm/export.h>
26 #ifdef __LITTLE_ENDIAN__
35 /* Use the short loop if both strings are not 8B aligned */
39 /* Use the short loop if length is less than 32B */
235 EXPORT_SYMBOL(memcmp)