Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/fdt Add a newline
details: https://anonhg.NetBSD.org/src/rev/7c3980b1036c
branches: trunk
changeset: 939088:7c3980b1036c
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Sep 25 06:47:24 2020 +0000
description:
Add a newline
diffstat:
sys/arch/evbarm/fdt/fdt_machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r fd1d2dc2471e -r 7c3980b1036c sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Fri Sep 25 06:22:33 2020 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Fri Sep 25 06:47:24 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.73 2020/06/27 18:44:02 jmcneill Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.74 2020/09/25 06:47:24 skrll Exp $ */
/*-
* Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.73 2020/06/27 18:44:02 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.74 2020/09/25 06:47:24 skrll Exp $");
#include "opt_machdep.h"
#include "opt_bootconfig.h"
@@ -657,6 +657,7 @@
if (error)
return sp;
+
/*
* Now we have APs started the pages used for stacks and L1PT can
* be given to uvm
Home |
Main Index |
Thread Index |
Old Index