mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
lx_emul: add 'pgprot_noncached' to pgtable.h
This commit is contained in:
parent
fb7282f47a
commit
151a5e2d7f
@ -25,6 +25,10 @@
|
||||
#include <asm/fpu/api.h>
|
||||
#endif
|
||||
|
||||
#ifndef pgprot_noncached
|
||||
#define pgprot_noncached(prot) (prot)
|
||||
#endif
|
||||
|
||||
static inline pte_t pte_mkwrite(pte_t pte) { return pte; }
|
||||
|
||||
static inline bool __pkru_allows_pkey(u16 pkey, bool write)
|
||||
|
Loading…
Reference in New Issue
Block a user