From: matthieu Date: Sat, 26 Jun 2021 06:54:00 +0000 (+0000) Subject: Revert last change, which is under an #ifdef __linux__ block so no used. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=85a98a23b2870b061e753517cb68bf593725bfba;p=openbsd Revert last change, which is under an #ifdef __linux__ block so no used. noticed by jsg@ --- diff --git a/sys/dev/pci/drm/ttm/ttm_bo_util.c b/sys/dev/pci/drm/ttm/ttm_bo_util.c index c280ca41498..26228cb9b4c 100644 --- a/sys/dev/pci/drm/ttm/ttm_bo_util.c +++ b/sys/dev/pci/drm/ttm/ttm_bo_util.c @@ -551,7 +551,7 @@ pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp) tmp = pgprot_noncached(tmp); #endif #if defined(__ia64__) || defined(__arm__) || defined(__aarch64__) || \ - defined(__powerpc__) || defined(__mips__) || defined(__riscv64__) + defined(__powerpc__) || defined(__mips__) if (caching_flags & TTM_PL_FLAG_WC) tmp = pgprot_writecombine(tmp); else