On Thu, 24 Apr 2014 10:51:33 +0200 Jens Freimann <jf...@linux.vnet.ibm.com> wrote:
> From: Thomas Huth <th...@linux.vnet.ibm.com> > > 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 <th...@linux.vnet.ibm.com> > Reviewed-by: David Hildenbrand <d...@linux.vnet.ibm.com> > Signed-off-by: Jens Freimann <jf...@linux.vnet.ibm.com> > --- > target-s390x/helper.c | 18 +++++++++++++++--- > 1 file changed, 15 insertions(+), 3 deletions(-) Added to my tree, thanks.