[Qemu-devel] [PATCH 09/27] Use hash more consistently in ppc mmu code

2011-03-31 Thread David Gibson
Currently, get_segment() has a variable called hash. However it doesn't (quite) get the hash value for the ppc hashed page table. Instead it gets the hash shifted - effectively the offset of the hash bucket within the hash page table. As well, as being different to the normal use of plain hash

[Qemu-devel] [PATCH 09/27] Use hash more consistently in ppc mmu code

2011-03-24 Thread David Gibson
Currently, get_segment() has a variable called hash. However it doesn't (quite) get the hash value for the ppc hashed page table. Instead it gets the hash shifted - effectively the offset of the hash bucket within the hash page table. As well, as being different to the normal use of plain hash

[Qemu-devel] [PATCH 09/27] Use hash more consistently in ppc mmu code

2011-03-22 Thread David Gibson
Currently, get_segment() has a variable called hash. However it doesn't (quite) get the hash value for the ppc hashed page table. Instead it gets the hash shifted - effectively the offset of the hash bucket within the hash page table. As well, as being different to the normal use of plain hash