Re: Raspberry Pi 3B: /dev/mem mmap GPIO works on earmv7hf but notonaarch64

Izumi Tsutsui <[email protected]> Thu, 26 Mar 2026 03:29:00 +0900
Newsgroups gmane.os.netbsd.ports.arm
Message-ID <[email protected]>
> I didn't look at the patch in detail, but if you insist on doing this then you need to provide diffs that make it work for
> 
> GENERIC64_PMAPMI:options   PMAP_MI
> 
> as well.

Maybe it's enough to copy the updated MD aarch64_mmap_flags()
(which is currently in include/pmap.h as inline) to
aarch64/pmap_machdep.c, right?

---
Izumi Tsutsui