https://github.com/torvalds/linux
Revision 95ff54f5176a36f65522e46c670a571728328b10 authored by Paul Mackerras on 12 March 2008, 22:39:55 UTC, committed by Paul Mackerras on 12 March 2008, 22:39:55 UTC
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>
1 parent 9cf7f7f
History
Tip revision: 95ff54f5176a36f65522e46c670a571728328b10 authored by Paul Mackerras on 12 March 2008, 22:39:55 UTC
[POWERPC] Add __ucmpdi2 for 64-bit comparisons in 32-bit kernels
Tip revision: 95ff54f
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 95.1 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top