u64 fun and PCI DMA not working for things behind bridges?

Benjamin Herrenschmidt benh at kernel.crashing.org
Fri Mar 2 01:03:41 EST 2001


>> I can't compile the drivers without optimization, or else i get
>> references to functions that don't exist in the kernel, for some
>> reason.
>
>What exact functions don't exist?

If you compile with -O0, you also disable inlining, which cause tons of
link errors for all inline functions. The lowest optimisation level you
can use is -O1

Ben.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/






More information about the Linuxppc-dev mailing list