Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arc/arc correct function name in panic message whic...
details: https://anonhg.NetBSD.org/src/rev/a165f264c3f5
branches: trunk
changeset: 513780:a165f264c3f5
user: soda <soda%NetBSD.org@localhost>
date: Mon Aug 13 19:08:13 2001 +0000
description:
correct function name in panic message which is referred by Izumi Tsutsui
on port-arc mailing list.
diffstat:
sys/arch/arc/arc/bus_space_sparse.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a7ce2cd8628c -r a165f264c3f5 sys/arch/arc/arc/bus_space_sparse.c
--- a/sys/arch/arc/arc/bus_space_sparse.c Mon Aug 13 18:48:48 2001 +0000
+++ b/sys/arch/arc/arc/bus_space_sparse.c Mon Aug 13 19:08:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_space_sparse.c,v 1.4 2001/04/24 04:30:53 thorpej Exp $ */
+/* $NetBSD: bus_space_sparse.c,v 1.5 2001/08/13 19:08:13 soda Exp $ */
/* NetBSD: bus_machdep.c,v 1.1 2000/01/26 18:48:00 drochner Exp */
/*-
@@ -128,7 +128,7 @@
vaddr = uvm_km_valloc(kernel_map, (vsize_t)(end - start));
if (vaddr == NULL)
- panic("arc_bus_space_compose_handle: "
+ panic("arc_sparse_bus_space_compose_handle: "
"cannot allocate KVA 0x%llx..0x%llx",
start, end);
for (va = vaddr; start < end; start += NBPG, va += NBPG)
Home |
Main Index |
Thread Index |
Old Index