https://github.com/torvalds/linux
Revision 62270336e8fdfbea36cb455c27744c23780dbf07 authored by Anton Vorontsov on 13 September 2007, 15:23:33 UTC, committed by Jeff Garzik on 15 September 2007, 23:32:01 UTC
Currently qe_bd_t is used in the macro call -- dma_unmap_single,
which is a no-op on PPC32, thus error is hidden today. Starting
with 2.6.24, macro will be replaced by the empty static function,
and erroneous use of qe_bd_t will trigger compilation error.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent e7e381f
History
Tip revision: 62270336e8fdfbea36cb455c27744c23780dbf07 authored by Anton Vorontsov on 13 September 2007, 15:23:33 UTC
ucc_geth: fix compilation
Tip revision: 6227033
File Mode Size
Makefile -rw-r--r-- 282 bytes
compat.c -rw-r--r-- 17.0 KB
compat_mq.c -rw-r--r-- 4.0 KB
ipc_sysctl.c -rw-r--r-- 4.1 KB
mqueue.c -rw-r--r-- 29.9 KB
msg.c -rw-r--r-- 20.5 KB
msgutil.c -rw-r--r-- 2.3 KB
sem.c -rw-r--r-- 34.6 KB
shm.c -rw-r--r-- 25.9 KB
util.c -rw-r--r-- 19.1 KB
util.h -rw-r--r-- 3.2 KB

back to top