Module Name: src Committed By: riastradh Date: Thu Jul 17 13:52:22 UTC 2014
Modified Files: src/sys/external/bsd/drm2/linux: files.drmkms_linux src/sys/modules/drmkms_linux: Makefile Removed Files: src/sys/external/bsd/drm2/linux: linux_gfp.c Log Message: Remove needless linux_gfp.c. Trying to make do with Linux's page allocation interface is pretty much always wrong: either we let uvm allocate pages in uvm objects for us, or we use bus_dma. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/linux/files.drmkms_linux cvs rdiff -u -r1.2 -r0 src/sys/external/bsd/drm2/linux/linux_gfp.c cvs rdiff -u -r1.3 -r1.4 src/sys/modules/drmkms_linux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.