Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/allwinner VERBOSE_ARM_INIT -> VERBOSE_INIT_ARM
details: https://anonhg.NetBSD.org/src/rev/ae4aba0915e4
branches: trunk
changeset: 328636:ae4aba0915e4
user: matt <matt%NetBSD.org@localhost>
date: Fri Apr 11 03:10:13 2014 +0000
description:
VERBOSE_ARM_INIT -> VERBOSE_INIT_ARM
diffstat:
sys/arch/arm/allwinner/awin_board.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 70337c343def -r ae4aba0915e4 sys/arch/arm/allwinner/awin_board.c
--- a/sys/arch/arm/allwinner/awin_board.c Fri Apr 11 02:39:03 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_board.c Fri Apr 11 03:10:13 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_board.c,v 1.12 2014/03/13 23:45:02 matt Exp $ */
+/* $NetBSD: awin_board.c,v 1.13 2014/04/11 03:10:13 matt Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: awin_board.c,v 1.12 2014/03/13 23:45:02 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: awin_board.c,v 1.13 2014/04/11 03:10:13 matt Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -191,10 +191,10 @@
printf("%s: cpu status: 0=%#x 1=%#x\n", __func__, s0, s1);
#endif
-#if !defined(MULTIPROCESSOR) && defined(VERBOSE_ARM_INIT)
+#if !defined(MULTIPROCESSOR) && defined(VERBOSE_INIT_ARM)
u_int arm_cpu_max;
#endif
-#if defined(MULTIPROCESSOR) || defined(VERBOSE_ARM_INIT)
+#if defined(MULTIPROCESSOR) || defined(VERBOSE_INIT_ARM)
arm_cpu_max = 1 + __SHIFTOUT(armreg_l2ctrl_read(), L2CTRL_NUMCPU);
#endif
#ifdef VERBOSE_INIT_ARM
Home |
Main Index |
Thread Index |
Old Index