mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
9aecda97ec
Even when a variant has one or more of these defines set to 1, the
multiplier code paths are not used. Change the expression so that the
correct code paths are used.
arch/xtensa/lib/umulsidi3.S:44:38: warning: "XCHAL_NO_MUL" is not defined, evaluates to 0 [-Wundef]
44 | #if defined(__XTENSA_CALL0_ABI__) && XCHAL_NO_MUL
arch/xtensa/lib/umulsidi3.S:145:38: warning: "XCHAL_NO_MUL" is not defined, evaluates to 0 [-Wundef]
145 | #if defined(__XTENSA_CALL0_ABI__) && XCHAL_NO_MUL
arch/xtensa/lib/umulsidi3.S:159:5: warning: "XCHAL_NO_MUL" is not defined, evaluates to 0 [-Wundef]
159 | #if XCHAL_NO_MUL
Fixes:
|
||
---|---|---|
.. | ||
ashldi3.S | ||
ashrdi3.S | ||
bswapdi2.S | ||
bswapsi2.S | ||
checksum.S | ||
divsi3.S | ||
lshrdi3.S | ||
Makefile | ||
memcopy.S | ||
memset.S | ||
modsi3.S | ||
mulsi3.S | ||
pci-auto.c | ||
strncpy_user.S | ||
strnlen_user.S | ||
udivsi3.S | ||
umodsi3.S | ||
umulsidi3.S | ||
usercopy.S |