On Thu, 24 Apr 2014 10:51:33 +0200 Jens Freimann <[email protected]> wrote:
> From: Thomas Huth <[email protected]> > > The real-to-absolute address translation in mmu_translate() was > missing the second part for translating the page at the prefix > address back to the 0 page. And while we're at it, also moved the > code into a separate helper function since this might come in > handy for other parts of the code, too. > > Signed-off-by: Thomas Huth <[email protected]> > Reviewed-by: David Hildenbrand <[email protected]> > Signed-off-by: Jens Freimann <[email protected]> > --- > target-s390x/helper.c | 18 +++++++++++++++--- > 1 file changed, 15 insertions(+), 3 deletions(-) Added to my tree, thanks.
