Module Name: src Committed By: snj Date: Fri Apr 15 08:02:34 UTC 2016
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915 [netbsd-7]: intel_pm.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1156): sys/external/bsd/drm2/dist/drm/i915/intel_pm.c: revision 1.9 Cast uint8_t to uint32_t before shifting left by 24. Otherwise this is undefined behaviour unless int is 32-bit and the uint8_t value happens to be <=127. To generate a diff of this commit: cvs rdiff -u -r1.4.2.4 -r1.4.2.5 \ src/sys/external/bsd/drm2/dist/drm/i915/intel_pm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.