Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm32 Add Cortex-A9 r1.



details:   https://anonhg.NetBSD.org/src/rev/297537d243a0
branches:  trunk
changeset: 346381:297537d243a0
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Jul 11 14:35:00 2016 +0000

description:
Add Cortex-A9 r1.

diffstat:

 sys/arch/arm/arm32/cpu.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 86327f3670f3 -r 297537d243a0 sys/arch/arm/arm32/cpu.c
--- a/sys/arch/arm/arm32/cpu.c  Mon Jul 11 14:27:03 2016 +0000
+++ b/sys/arch/arm/arm32/cpu.c  Mon Jul 11 14:35:00 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.113 2016/03/03 17:01:31 skrll Exp $  */
+/*     $NetBSD: cpu.c,v 1.114 2016/07/11 14:35:00 kiyohara Exp $       */
 
 /*
  * Copyright (c) 1995 Mark Brinicombe.
@@ -46,7 +46,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.113 2016/03/03 17:01:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.114 2016/07/11 14:35:00 kiyohara Exp $");
 
 #include <sys/systm.h>
 #include <sys/conf.h>
@@ -501,6 +501,8 @@
          pN_steppings, "7A" },
        { CPU_ID_CORTEXA8R3,    CPU_CLASS_CORTEX,       "Cortex-A8 r3",
          pN_steppings, "7A" },
+       { CPU_ID_CORTEXA9R1,    CPU_CLASS_CORTEX,       "Cortex-A9 r1",
+         pN_steppings, "7A" },
        { CPU_ID_CORTEXA9R2,    CPU_CLASS_CORTEX,       "Cortex-A9 r2",
          pN_steppings, "7A" },
        { CPU_ID_CORTEXA9R3,    CPU_CLASS_CORTEX,       "Cortex-A9 r3",



Home | Main Index | Thread Index | Old Index