artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
607aae1
)
add pgprot_decrypted() for 6.6.24 drm
author
jsg
<jsg@openbsd.org>
Thu, 4 Apr 2024 05:43:43 +0000
(
05:43
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 4 Apr 2024 05:43:43 +0000
(
05:43
+0000)
sys/dev/pci/drm/include/asm/pgtable.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/asm/pgtable.h
b/sys/dev/pci/drm/include/asm/pgtable.h
index
58f3a0a
..
628a069
100644
(file)
--- a/
sys/dev/pci/drm/include/asm/pgtable.h
+++ b/
sys/dev/pci/drm/include/asm/pgtable.h
@@
-7,7
+7,8
@@
#include <machine/pte.h>
#include <linux/types.h>
-#define pgprot_val(v) (v)
+#define pgprot_val(p) (p)
+#define pgprot_decrypted(p) (p)
#define PAGE_KERNEL 0
#define PAGE_KERNEL_IO 0