summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-06-25 21:33:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-06-25 21:33:22 +0000
commitf583c4a4988b6b47fae0213722d1b754da1a4b42 (patch)
treeb731741fccf5c1d2d685d2c08e58891ec27a8b6b /sys/arch/alpha/dev
parent77fdf164ce21db35a2244d823037a3841518c8ff (diff)
No \n at the end of a panic() message... I thought all occurences had been
squashed already.
Diffstat (limited to 'sys/arch/alpha/dev')
-rw-r--r--sys/arch/alpha/dev/sgmap_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/dev/sgmap_common.c b/sys/arch/alpha/dev/sgmap_common.c
index 0e3015e258d..76d0f306e4e 100644
--- a/sys/arch/alpha/dev/sgmap_common.c
+++ b/sys/arch/alpha/dev/sgmap_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sgmap_common.c,v 1.4 2002/03/20 22:48:58 art Exp $ */
+/* $OpenBSD: sgmap_common.c,v 1.5 2002/06/25 21:33:21 miod Exp $ */
/* $NetBSD: sgmap_common.c,v 1.13 2000/06/29 09:02:57 mrg Exp $ */
/*-
@@ -105,7 +105,7 @@ alpha_sgmap_init(t, sgmap, name, wbase, sgvabase, sgvasize, ptesize, ptva,
minptalign = ptsize;
if (bus_dmamem_alloc(t, ptsize, minptalign, 0, &seg, 1, &rseg,
BUS_DMA_NOWAIT)) {
- panic("unable to allocate page table for sgmap `%s'\n",
+ panic("unable to allocate page table for sgmap `%s'",
name);
goto die;
}