Skip to content
Commit 95ff54f5 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

[POWERPC] Add __ucmpdi2 for 64-bit comparisons in 32-bit kernels



Some drivers (such as V4L2) have code that causes gcc to generate
calls to __ucmpdi2 when compiling for 32-bit powerpc, which results
in either a link-time error or a module that can't be loaded, as
we don't currently have a __ucmpdi2.  This adds one so these drivers
can be used.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 9cf7f7fa
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