mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}
commitf078cd46de9efb5f102a4b32aaf1c8b96a90bfbd
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2013 00:31:22 +0000 (12 00:31 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 22 Mar 2013 14:28:49 +0000 (22 15:28 +0100)
treecc2b45a5c1268d7cf034d01283bf3c0b15e0a044
parentba36ed10059f63c981d046a3fe0d716f77959429
mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}

The eaddr field of mmu_ctx_hash{32,64} is effectively just used to pass the
effective address from get_segment{32,64}() to find_pte{32,64}().  Just
pass it as a normal parameter instead.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/mmu-hash32.c
target-ppc/mmu-hash64.c