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 entry for Cortex-A17 r1
details: https://anonhg.NetBSD.org/src/rev/b7982b8a7667
branches: trunk
changeset: 334028:b7982b8a7667
user: matt <matt%NetBSD.org@localhost>
date: Thu Nov 27 04:09:50 2014 +0000
description:
Add entry for Cortex-A17 r1
diffstat:
sys/arch/arm/arm32/cpu.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 7fd0a665d924 -r b7982b8a7667 sys/arch/arm/arm32/cpu.c
--- a/sys/arch/arm/arm32/cpu.c Thu Nov 27 04:07:13 2014 +0000
+++ b/sys/arch/arm/arm32/cpu.c Thu Nov 27 04:09:50 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.105 2014/09/01 13:43:31 reinoud Exp $ */
+/* $NetBSD: cpu.c,v 1.106 2014/11/27 04:09:50 matt Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe.
@@ -46,7 +46,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.105 2014/09/01 13:43:31 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.106 2014/11/27 04:09:50 matt Exp $");
#include <sys/systm.h>
#include <sys/conf.h>
@@ -511,6 +511,8 @@
pN_steppings, "7A" },
{ CPU_ID_CORTEXA15R3, CPU_CLASS_CORTEX, "Cortex-A15 r3",
pN_steppings, "7A" },
+ { CPU_ID_CORTEXA17R1, CPU_CLASS_CORTEX, "Cortex-A17 r1",
+ pN_steppings, "7A" },
{ CPU_ID_MV88SV581X_V6, CPU_CLASS_PJ4B, "Sheeva 88SV581x",
generic_steppings },
Home |
Main Index |
Thread Index |
Old Index