| commit | ba36ed10059f63c981d046a3fe0d716f77959429 | [log] [tgz] |
|---|---|---|
| author | David Gibson <david@gibson.dropbear.id.au> | Tue Mar 12 00:31:21 2013 +0000 |
| committer | Alexander Graf <agraf@suse.de> | Fri Mar 22 15:28:49 2013 +0100 |
| tree | d7e1ba8c6e9c145631df577249216c83a04ab2d8 | |
| parent | 91cda45b69e45a089f9989979a65db3f710c9925 [diff] |
mmu-hash64: Remove nx from mmu_ctx_hash64 The nx field in mmu_ctx_hash64 is used in two different functions. But its used for slightly different things in each place, and the value is never propagated between them. In other words, it might as well be two local variables. This patch makes it so. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>