Remove bogus code that tries to unmap GTT pages in a codepath that clearly
authorkettenis <kettenis@openbsd.org>
Sat, 28 Aug 2021 06:03:25 +0000 (06:03 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 28 Aug 2021 06:03:25 +0000 (06:03 +0000)
commit5b8bafd5d9fe2aeb337a178fc14ad19328005584
treeff82e74f6098a111bc3490d838529221d7e9b065
parentf7e030647c38965dfb88372d605fad533dfa3065
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@
sys/dev/pci/drm/i915/gem/i915_gem_mman.c