mmu-hash32: Remove nx from context structure
commite1a53ba2e0f6dcf4a8b25586cc9d8ec1e408305c
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2013 00:31:39 +0000 (12 00:31 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 22 Mar 2013 14:28:52 +0000 (22 15:28 +0100)
tree4c28192da5eb5654fa226ca340aaa4881916b014
parent87dc3fd13e9c573fc435678973d8eb9726d50c3b
mmu-hash32: Remove nx from context structure

Previous cleanups have meant the nx field of the mmu_ctx_hash32 structure
is now only used within ppc_hash32_translate(), and so it can be replaced
by a local variable.

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