> One of the possible solutions to this problem is that expand the size > of "start" and "end" to "unsigned long long". But whole of the PCI and > driver code has been written assuming start and end to be unsigned long > and compiler starts throwing warnings.
please use dma_addr_t then instead of unsigned long long this is the right size on all platforms afaik (could a ppc64 person verify this?> ;)
_______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
