diff options
author | 2008-03-13 09:39:55 +1100 | |
---|---|---|
committer | 2008-03-13 09:39:55 +1100 | |
commit | 95ff54f5176a36f65522e46c670a571728328b10 (patch) | |
tree | ab569ddca890ff70c4770e4376f119355c042695 /arch/powerpc/sysdev/xilinx_intc.c | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge (diff) | |
download | wireguard-linux-95ff54f5176a36f65522e46c670a571728328b10.tar.xz wireguard-linux-95ff54f5176a36f65522e46c670a571728328b10.zip |
[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: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/xilinx_intc.c')
0 files changed, 0 insertions, 0 deletions