Module Name: src Committed By: matt Date: Thu Nov 27 04:09:50 UTC 2014
Modified Files: src/sys/arch/arm/arm32: cpu.c Log Message: Add entry for Cortex-A17 r1 To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/arch/arm/arm32/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/arm32/cpu.c diff -u src/sys/arch/arm/arm32/cpu.c:1.105 src/sys/arch/arm/arm32/cpu.c:1.106 --- src/sys/arch/arm/arm32/cpu.c:1.105 Mon Sep 1 13:43:31 2014 +++ src/sys/arch/arm/arm32/cpu.c Thu Nov 27 04:09:50 2014 @@ -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 @@ const struct cpuidtab cpuids[] = { 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 },