strcmp.S (1ac731c529cd4d6adbce134754b51ff7d822b145) | strcmp.S (d57e19fcbf3f7492974e78cd1dbaf85c67d198ce) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3#include <linux/linkage.h> 4#include <asm/asm.h> 5#include <asm/alternative-macros.h> 6#include <asm/hwcap.h> 7 8/* int strcmp(const char *cs, const char *ct) */ --- 106 unchanged lines hidden (view full) --- 115 1164: 117 sub a0, t0, t1 118 ret 119 120.option pop 121#endif 122SYM_FUNC_END(strcmp) | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3#include <linux/linkage.h> 4#include <asm/asm.h> 5#include <asm/alternative-macros.h> 6#include <asm/hwcap.h> 7 8/* int strcmp(const char *cs, const char *ct) */ --- 106 unchanged lines hidden (view full) --- 115 1164: 117 sub a0, t0, t1 118 ret 119 120.option pop 121#endif 122SYM_FUNC_END(strcmp) |
123SYM_FUNC_ALIAS(__pi_strcmp, strcmp) |
|