On 31/05/2015 08:11, Peter Crosthwaite wrote: > It does not work in multi-arch as it requires the CPU specific > TARGET_VIRT_ADDR_SPACE_BITS global define. Just use the generic > version that does no masking. If this masking is still needed (??) > then the variable can be virtualised in the CPUState. > > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com>
This is a user-mode only thing. So this patch is okay if conditionalized on CONFIG_USER_ONLY. Paolo