Module Name: src Committed By: riastradh Date: Wed Jul 24 02:02:45 UTC 2013
Modified Files: src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: vmalloc.h Log Message: Implement vmalloc_user and vfree with malloc(9) in <linux/vmalloc.h>. XXX Probably not the right thing here -- uvm_km_alloc is probably more appropriate, but Linux doesn't pass the size to vfree, so this is more expedient for now. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 \ src/sys/external/bsd/drm2/include/linux/vmalloc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.