Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/vexpress Fix build



details:   https://anonhg.NetBSD.org/src/rev/020fe8f99a09
branches:  trunk
changeset: 838796:020fe8f99a09
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 31 13:16:31 2019 +0000

description:
Fix build

diffstat:

 sys/arch/arm/vexpress/vexpress_platform.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 06377989e735 -r 020fe8f99a09 sys/arch/arm/vexpress/vexpress_platform.c
--- a/sys/arch/arm/vexpress/vexpress_platform.c Thu Jan 31 13:06:10 2019 +0000
+++ b/sys/arch/arm/vexpress/vexpress_platform.c Thu Jan 31 13:16:31 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vexpress_platform.c,v 1.13 2019/01/31 13:06:10 skrll Exp $ */
+/* $NetBSD: vexpress_platform.c,v 1.14 2019/01/31 13:16:31 skrll Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,7 @@
 #include "opt_console.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vexpress_platform.c,v 1.13 2019/01/31 13:06:10 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vexpress_platform.c,v 1.14 2019/01/31 13:16:31 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -152,7 +152,7 @@
                        break;
        }
        if (i == 0) {
-               aprint_error("cpu%d: WARNING: AP failed to start\n", cpuindex);
+               aprint_error("WARNING: AP failed to start\n");
                ret++;
        }
 



Home | Main Index | Thread Index | Old Index