On Tue Dec 12, 2023 at 7:20 AM AEST, Philippe Mathieu-Daudé wrote: > Extract page-protection definitions from "exec/cpu-all.h" > to "exec/page-prot-common.h". > > The list of files requiring the new header was generated > using: > > $ git grep -wE \ > 'PAGE_(READ|WRITE|EXEC|BITS|VALID|ANON|RESERVED|TARGET_.|PASSTHROUGH)'
Acked-by: Nicholas Piggin <npig...@gmail.com> (ppc) Looks trivial for ppc, so fine. But what's the difference between -common.h and -all.h suffix? Thanks, Nick