>> >> Sure, I’ll wrap what can’t be used in MPU case with HAS_VMAP, I would like >> to keep out: >> >> void *vmap_contig(mfn_t mfn, unsigned int nr); >> >> void vunmap(const void *va); >> >> void __iomem *ioremap(paddr_t pa, size_t len); >> >> static inline void iounmap(void __iomem *va) >> >> static inline void vm_init(void) >> >> In order to don’t put too many #ifdef, are you ok if I move the declarations >> in order to have these close to each other. like below: > > Some re-arrangement ought to be fine, especially when the #ifdef is > accompanied by a comment. I can't see how there can be #else though.
Yes right, clearly not tested, thanks I’ll do the changes > > Jan