Module Name: src Committed By: riastradh Date: Sun Sep 8 16:20:45 UTC 2013
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915 [riastradh-drm2]: i915_gem_stolen.c Log Message: i915_gem_cleanup_stolen need not take down mm.stolen after all. The one caller, i915_driver_unload, already takes care of this. Having i915_gem_cleanup_stolen do it is obviously the right thing, but this state of affairs reduces diffs to upstream. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \ src/sys/external/bsd/drm2/dist/drm/i915/i915_gem_stolen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.