From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upg72-0006hL-6f for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:45:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Upg6x-0007AE-9p for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:45:24 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:43971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upg6x-00079r-1x for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:45:19 -0400 Received: by mail-ea0-f174.google.com with SMTP id o10so3925454eaj.19 for ; Thu, 20 Jun 2013 07:45:18 -0700 (PDT) Received: from playground.lan (net-37-116-217-184.cust.dsl.vodafone.it. [37.116.217.184]) by mx.google.com with ESMTPSA id y10sm973958eev.3.2013.06.20.07.45.16 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 20 Jun 2013 07:45:17 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 20 Jun 2013 16:44:37 +0200 Message-Id: <1371739493-10187-10-git-send-email-pbonzini@redhat.com> In-Reply-To: <1371739493-10187-1-git-send-email-pbonzini@redhat.com> References: <1371739493-10187-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 09/25] Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This reverts commit 311f83ca08c011b048c063c2fd3038a8957970bc. Signed-off-by: Paolo Bonzini --- target-s390x/cpu.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 6304c4d..0ce82cf 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -34,10 +34,7 @@ #include "exec/cpu-defs.h" #define TARGET_PAGE_BITS 12 -/* Actually 64-bits, limited by the memory API to 62 bits. We - * never use that much. - */ -#define TARGET_PHYS_ADDR_SPACE_BITS 62 +#define TARGET_PHYS_ADDR_SPACE_BITS 64 #define TARGET_VIRT_ADDR_SPACE_BITS 64 #include "exec/cpu-all.h" -- 1.8.1.4