Add entry for Cortex-A17 r1

This commit is contained in:
matt 2014-11-27 04:09:50 +00:00
parent 25c151dc43
commit dc7d9eb23e

View File

@ -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 },