Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/riscv/riscv remove a stray comment
details: https://anonhg.NetBSD.org/src/rev/4476764074f7
branches: trunk
changeset: 371927:4476764074f7
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Oct 18 04:24:54 2022 +0000
description:
remove a stray comment
diffstat:
sys/arch/riscv/riscv/riscv_machdep.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 774a512adfcb -r 4476764074f7 sys/arch/riscv/riscv/riscv_machdep.c
--- a/sys/arch/riscv/riscv/riscv_machdep.c Tue Oct 18 04:20:56 2022 +0000
+++ b/sys/arch/riscv/riscv/riscv_machdep.c Tue Oct 18 04:24:54 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: riscv_machdep.c,v 1.22 2022/10/16 06:19:16 skrll Exp $ */
+/* $NetBSD: riscv_machdep.c,v 1.23 2022/10/18 04:24:54 skrll Exp $ */
/*-
* Copyright (c) 2014, 2019, 2022 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#include "opt_riscv_debug.h"
#include <sys/cdefs.h>
-__RCSID("$NetBSD: riscv_machdep.c,v 1.22 2022/10/16 06:19:16 skrll Exp $");
+__RCSID("$NetBSD: riscv_machdep.c,v 1.23 2022/10/18 04:24:54 skrll Exp $");
#include <sys/param.h>
@@ -516,8 +516,6 @@
parse_bi_bootargs(boot_args);
-
- // initarm_common
extern char __kernel_text[];
extern char _end[];
Home |
Main Index |
Thread Index |
Old Index