qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/6] Move TARGET_PHYS_ADDR_SPACE_BITS to target-


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 1/6] Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
Date: Fri, 12 Feb 2010 12:25:24 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1

On 02/12/2010 12:01 PM, Blue Swirl wrote:
+#ifdef TARGET_ABI32
+# define TARGET_VIRT_ADDR_SPACE_BITS 32
+#else
+# define TARGET_VIRT_ADDR_SPACE_BITS 64
+#endif

I'd suppose this change applies to all targets with ABI32, not just PPC.

Indeed. Odd that sparc32plus didn't yield errors building, while ppc did -- that's how I noticed the funny config macro in the first place.

+#define TARGET_PHYS_ADDR_SPACE_BITS 32

No. Please use the original value.

Oops.  Thanks for the catch.


r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]