CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/28 00:03:25
Modified files:
sys/dev/pci/drm/i915/gem: i915_gem_mman.c
Log message:
Remove bogus code that tries to unmap GTT pages in a codepath that clearly
doesn't deal with non-GTT mappings. What the Linux code does here isn't
possible on OpenBSD and probably unecessary.
Seems to fix a crash reported by sthen@
ok jsg@
