[PATCH] Remove hw/xfree86/os-support/misc/{Delay.c,BUSmemcpy.c}

Matt Turner mattst88 at gmail.com
Sat Feb 14 17:15:10 PST 2009


Hi,

The attached patches kill off unused code in hw/xfree86/os-support/misc/.

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.

Sorry for the attachments. I'll learn to use git properly before
sending in the future.

Thanks,

Matt Turner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-hw-xfree86-os-support-misc-Delay.c.patch
Type: application/octet-stream
Size: 1943 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20090214/d1db62fe/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Remove-hw-xfree86-os-support-misc-BUSmemcpy.patch
Type: application/octet-stream
Size: 6180 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20090214/d1db62fe/attachment-0001.obj 


More information about the xorg-devel mailing list