From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoIc7-0008HH-Au for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoIc2-00089R-9D for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:22 -0400 Received: from [199.232.76.173] (port=54221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoIc1-00088J-Cp for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:17 -0400 Received: from mel.act-europe.fr ([212.99.106.210]:60602) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoIc0-0000xL-PV for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:17 -0400 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 3C20529002B for ; Mon, 30 Mar 2009 16:36:36 +0200 (CEST) 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 gJI2vbJLCIIG for ; Mon, 30 Mar 2009 16:36:35 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) by mel.act-europe.fr (Postfix) with ESMTP id 13D5629003C for ; Mon, 30 Mar 2009 16:36:35 +0200 (CEST) From: Tristan Gingold Date: Mon, 30 Mar 2009 16:36:18 +0200 Message-Id: <1238423794-25455-4-git-send-email-gingold@adacore.com> In-Reply-To: <1238423794-25455-3-git-send-email-gingold@adacore.com> References: <1238423794-25455-1-git-send-email-gingold@adacore.com> <1238423794-25455-2-git-send-email-gingold@adacore.com> <1238423794-25455-3-git-send-email-gingold@adacore.com> Subject: [Qemu-devel] [PATCH 03/19] 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 a9f1c0f..582827e 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