Re: [PATCH 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h
Richard Henderson writes: > Move the values into the per-target target_mman.h headers > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro
[PATCH 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h
Move the values into the per-target target_mman.h headers Signed-off-by: Richard Henderson --- linux-user/alpha/target_mman.h | 13 + linux-user/generic/target_mman.h | 54 linux-user/hppa/target_mman.h| 10 linux-user/mips/target_mman.h| 11 + linux-u