Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Add arm_cpu_max
details: https://anonhg.NetBSD.org/src/rev/44215241dabd
branches: trunk
changeset: 327040:44215241dabd
user: matt <matt%NetBSD.org@localhost>
date: Wed Feb 26 01:54:35 2014 +0000
description:
Add arm_cpu_max
diffstat:
sys/arch/arm/include/locore.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e4f154631cdc -r 44215241dabd sys/arch/arm/include/locore.h
--- a/sys/arch/arm/include/locore.h Wed Feb 26 01:54:10 2014 +0000
+++ b/sys/arch/arm/include/locore.h Wed Feb 26 01:54:35 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.12 2014/02/01 01:19:50 joerg Exp $ */
+/* $NetBSD: locore.h,v 1.13 2014/02/26 01:54:35 matt Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@@ -153,6 +153,8 @@
extern int cpu_fpu_present;
extern int cpu_hwdiv_present;
+extern u_int arm_cpu_max;
+
#if !defined(CPU_ARMV7)
#define CPU_IS_ARMV7_P() false
#elif defined(CPU_ARMV6) || defined(CPU_PRE_ARMV6)
Home |
Main Index |
Thread Index |
Old Index