Skip to content
Commit 81a48ee4 authored by Palmer Dabbelt's avatar Palmer Dabbelt Committed by Paul Walmsley
Browse files

RISC-V: Remove udivdi3



This should never have landed in the first place: it was added as part
of 64-bit divide support for 32-bit systems, but the kernel doesn't
allow this sort of division.  I must have forgotten to remove it.

This patch removes the support.  Since this routine only worked on
64-bit platforms but was only built on 32-bit platforms, it's
essentially just nonsense anyway.

Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
Acked-by: default avatarNicolas Pitre <nico@fluxnic.net>
Link: https://lore.kernel.org/linux-riscv/nycvar.YSQ.7.76.1908061413360.19480@knanqh.ubzr/T/#t


Reported-by: default avatarEric Lin <tesheng@andestech.com>
Signed-off-by: default avatarPaul Walmsley <paul.walmsley@sifive.com>
parent 66cc016a
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