From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoIbz-000839-R1 for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoIbo-0007u8-5x for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:07 -0400 Received: from [199.232.76.173] (port=54199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoIbm-0007tX-Aq for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:02 -0400 Received: from mel.act-europe.fr ([212.99.106.210]:60663) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoIbl-000145-MG for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:01 -0400 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 7452329003A for ; Mon, 30 Mar 2009 16:36:38 +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 yQZ5QQ3N5Qzb for ; Mon, 30 Mar 2009 16:36:37 +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 408AA290060 for ; Mon, 30 Mar 2009 16:36:35 +0200 (CEST) From: Tristan Gingold Date: Mon, 30 Mar 2009 16:36:23 +0200 Message-Id: <1238423794-25455-9-git-send-email-gingold@adacore.com> In-Reply-To: <1238423794-25455-8-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> <1238423794-25455-4-git-send-email-gingold@adacore.com> <1238423794-25455-5-git-send-email-gingold@adacore.com> <1238423794-25455-6-git-send-email-gingold@adacore.com> <1238423794-25455-7-git-send-email-gingold@adacore.com> <1238423794-25455-8-git-send-email-gingold@adacore.com> Subject: [Qemu-devel] [PATCH 08/19] Alpha: document more registers used by 21264 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 Signed-off-by: Tristan Gingold --- target-alpha/cpu.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 3798157..db53650 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -158,7 +158,7 @@ enum { IPR_ITB_PTE = 0x01, /* 21264 */ IPR_ITB_IAP = 0x02, IPR_ITB_IA = 0x03, /* 21264 */ - IPR_ITB_IS = 0x04, + IPR_ITB_IS = 0x04, /* 21264 */ IPR_PMPC = 0x05, IPR_EXC_ADDR = 0x06, /* 21264 */ IPR_IVA_FORM = 0x07, /* 21264 */ @@ -221,7 +221,7 @@ enum { IPR_M_CTL = 0x28, /* 21264 */ #define IPR_M_CTL_SPE_SHIFT 1 #define IPR_M_CTL_SPE_MASK 7 - IPR_DC_CTL = 0x29, + IPR_DC_CTL = 0x29, /* 21264 */ IPR_DC_STAT = 0x2A, /* 21264 */ /* Cbox IPRs */ IPR_C_DATA = 0x2B, -- 1.6.2