Hi, The attached patches kill off unused code in hw/xfree86/os-support/misc/. A little more than 200 lines.
The first patch removes Delay.c. Delay.c provides a single function, xf86UDelay. It is unused inside the xserver, and I cannot find any modules on my system that use it. Plus, does the xserver /really/ need to provide a wrapper for usleep for you? The second patch removes BUSmemcpy.c. BUSmemcpy.c provides xf86BusToMem and xf86MemToBus, which are are memcpy wrappers written to avoid glibc's memcpy on Alpha. glibc'c memcpy on Alpha has improved much since this was written, so it's no longer needed. Neither function is used inside the xserver, and no module on my machine uses either as well. I do not have commit access, so someone with it, please review and commit. Signed-off-by: Matt Turner <[email protected]> Matt Turner
0001-Remove-hw-xfree86-os-support-misc-Delay.c.patch
Description: Binary data
0002-Remove-hw-xfree86-os-support-misc-BUSmemcpy.patch
Description: Binary data
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
