Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/arm/include Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/d7be9541b8bc
branches: netbsd-7
changeset: 800025:d7be9541b8bc
user: snj <snj%NetBSD.org@localhost>
date: Thu Dec 08 07:41:14 2016 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #1287):
sys/arch/arm/include/armreg.h: revision 1.111
Fix CORTEXA9Rx definitions.
diffstat:
sys/arch/arm/include/armreg.h | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 8b2c86867bd4 -r d7be9541b8bc sys/arch/arm/include/armreg.h
--- a/sys/arch/arm/include/armreg.h Thu Dec 08 07:34:34 2016 +0000
+++ b/sys/arch/arm/include/armreg.h Thu Dec 08 07:41:14 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: armreg.h,v 1.97.2.1 2014/11/09 16:05:25 martin Exp $ */
+/* $NetBSD: armreg.h,v 1.97.2.2 2016/12/08 07:41:14 snj Exp $ */
/*
* Copyright (c) 1998, 2001 Ben Harris
@@ -220,9 +220,10 @@
#define CPU_ID_CORTEXA8R1 0x411fc080
#define CPU_ID_CORTEXA8R2 0x412fc080
#define CPU_ID_CORTEXA8R3 0x413fc080
-#define CPU_ID_CORTEXA9R2 0x411fc090
-#define CPU_ID_CORTEXA9R3 0x412fc090
-#define CPU_ID_CORTEXA9R4 0x413fc090
+#define CPU_ID_CORTEXA9R1 0x411fc090
+#define CPU_ID_CORTEXA9R2 0x412fc090
+#define CPU_ID_CORTEXA9R3 0x413fc090
+#define CPU_ID_CORTEXA9R4 0x414fc090
#define CPU_ID_CORTEXA15R2 0x412fc0f0
#define CPU_ID_CORTEXA15R3 0x413fc0f0
#define CPU_ID_CORTEX_P(n) ((n & 0xff0ff000) == 0x410fc000)
Home |
Main Index |
Thread Index |
Old Index