target/hppa: Optimize for flat addressing space
commit494737b7a24b39f3a2d537180af2a2880a0817fb
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Nov 2017 20:10:33 +0000 (6 21:10 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 31 Jan 2018 13:30:49 +0000 (31 05:30 -0800)
tree0e63ca72478558b7ff5579599ca990aad4483380
parent6210db057a6f255f8d5caff1507f14185526df7a
target/hppa: Optimize for flat addressing space

Linux sets sr4-sr7 all to the same value, which means that we
need not do any runtime computation to find out what space to
use in forming the GVA.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h
target/hppa/translate.c