Skip to content
Commit 8939c58d authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: add __umulsidi3 helper



xtensa gcc-13 has changed multiplication handling and may now use
__umulsidi3 helper where it used to use __muldi3. As a result building
the kernel with the new gcc may fail with the following error:

    linux/init/main.c:1287: undefined reference to `__umulsidi3'

Fix the build by providing __umulsidi3 implementation for xtensa.

Cc: stable@vger.kernel.org # 5.18+
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent b8c4f4db
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment