Re: [Qemu-devel] [PATCH] Remove TARGET_PHYS_ADDR_BITS define completely

2012-10-05 Thread Alexander Graf
On 05.10.2012, at 19:09, Peter Maydell wrote: > Following commit 4be403c81 TARGET_PHYS_ADDR_BITS is always 64, > and it's only used in one place (that commit removed all the > other uses). Remove it completely, to avoid confusion with > the genuinely useful TARGET_PHYS_ADDR_SPACE_BITS. > > Signe

[Qemu-devel] [PATCH] Remove TARGET_PHYS_ADDR_BITS define completely

2012-10-05 Thread Peter Maydell
Following commit 4be403c81 TARGET_PHYS_ADDR_BITS is always 64, and it's only used in one place (that commit removed all the other uses). Remove it completely, to avoid confusion with the genuinely useful TARGET_PHYS_ADDR_SPACE_BITS. Signed-off-by: Peter Maydell --- target-ppc/mmu_helper.c |2