lx_emul: add vmalloc defines to ARM64

Ref genodelabs/genode#4813
This commit is contained in:
Stefan Kalkowski 2023-05-10 10:08:26 +02:00 committed by Christian Helmuth
parent 46c8267fa9
commit 8cb9d19079

View File

@ -84,6 +84,9 @@ pte_t mk_pte(struct page * page, pgprot_t prot);
static inline bool pud_sect_supported(void) { return 1; }
#define VMALLOC_START 0UL
#define VMALLOC_END 0xffffffffUL
#endif /* __ASSEMBLY__ */
#endif /* __ASM_PGTABLE_H */