From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lm8s0-0002sV-1m for qemu-devel@nongnu.org; Tue, 24 Mar 2009 11:48:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lm8rh-0002iR-St for qemu-devel@nongnu.org; Tue, 24 Mar 2009 11:48:39 -0400 Received: from [199.232.76.173] (port=33140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lm8rf-0002hN-UO for qemu-devel@nongnu.org; Tue, 24 Mar 2009 11:48:32 -0400 Received: from mel.act-europe.fr ([212.99.106.210]:52855) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lm8rf-0003ga-5S for qemu-devel@nongnu.org; Tue, 24 Mar 2009 11:48:31 -0400 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8937029005C for ; Tue, 24 Mar 2009 16:48:07 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WP1VqcsFgzAz for ; Tue, 24 Mar 2009 16:48:07 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) by mel.act-europe.fr (Postfix) with ESMTP id 670D5290064 for ; Tue, 24 Mar 2009 16:48:07 +0100 (CET) From: Tristan Gingold Date: Tue, 24 Mar 2009 16:47:50 +0100 Message-Id: <1237909687-31711-9-git-send-email-gingold@adacore.com> In-Reply-To: <1237909687-31711-8-git-send-email-gingold@adacore.com> References: <1237909687-31711-1-git-send-email-gingold@adacore.com> <1237909687-31711-2-git-send-email-gingold@adacore.com> <1237909687-31711-3-git-send-email-gingold@adacore.com> <1237909687-31711-4-git-send-email-gingold@adacore.com> <1237909687-31711-5-git-send-email-gingold@adacore.com> <1237909687-31711-6-git-send-email-gingold@adacore.com> <1237909687-31711-7-git-send-email-gingold@adacore.com> <1237909687-31711-8-git-send-email-gingold@adacore.com> Subject: [Qemu-devel] [PATCH 08/25] Alpha: set target page size to 13 bits. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org (As defined by the alpha arch ref). Signed-off-by: Tristan Gingold --- target-alpha/cpu.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 3e00507..5aef97e 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -40,7 +40,7 @@ #define ICACHE_LINE_SIZE 32 #define DCACHE_LINE_SIZE 32 -#define TARGET_PAGE_BITS 12 +#define TARGET_PAGE_BITS 13 #define VA_BITS 43 -- 1.6.2