Module Name: src Committed By: riastradh Date: Thu Jul 21 08:07:56 UTC 2022
Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: drm/ttm: Cast to potentially larger types before << PAGE_SHIFT. Not sure if this is a problem but it might affect, e.g., i386pae. Can't hurt, in any case, to cast to what the type will be after the shift anyway. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/external/bsd/drm2/ttm/ttm_bo_vm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.