mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
LinuxKPI: Add dummy pgprot_decrypted() implementation
to reduce number of #ifdefs in drm-kmod
Reviewed by: hselasky
Differential revision: https://reviews.freebsd.org/D32094
(cherry picked from commit 3d86f8f1d7)
This commit is contained in:
parent
8cf87dd59f
commit
f2a3116ab4
1 changed files with 2 additions and 0 deletions
|
|
@ -40,4 +40,6 @@ typedef unsigned long pgdval_t;
|
|||
typedef unsigned long pgprotval_t;
|
||||
typedef struct page *pgtable_t;
|
||||
|
||||
#define pgprot_decrypted(prot) (prot)
|
||||
|
||||
#endif /* _ASM_PGTABLE_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue