summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-11-18 01:43:33 +0000
committermiod <miod@openbsd.org>2001-11-18 01:43:33 +0000
commitc873f28a45dbfd6ecd731fd0a2cfc552744f1fe9 (patch)
treed19a52ff44cddc03a5178350353e711a8c27a7dc
parentvolatile sig_atomic_t (diff)
downloadwireguard-openbsd-c873f28a45dbfd6ecd731fd0a2cfc552744f1fe9.tar.xz
wireguard-openbsd-c873f28a45dbfd6ecd731fd0a2cfc552744f1fe9.zip
Remove \n from more panic messages
-rw-r--r--sys/arch/mvme88k/mvme88k/eh.S6
-rw-r--r--sys/arch/mvme88k/mvme88k/m88100_fp.S4
-rw-r--r--sys/arch/mvme88k/mvme88k/process.S12
3 files changed, 8 insertions, 14 deletions
diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S
index 3a3bf9d9cb9..b3bef7145d7 100644
--- a/sys/arch/mvme88k/mvme88k/eh.S
+++ b/sys/arch/mvme88k/mvme88k/eh.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: eh.S,v 1.16 2001/09/20 17:02:31 mpech Exp $ */
+/* $OpenBSD: eh.S,v 1.17 2001/11/18 01:43:33 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -240,7 +240,7 @@
data
align 4
sbadcpupanic:
- string "eh.S: bad cpu number in FLAGS\n"
+ string "eh.S: bad cpu number in FLAGS"
text
align 8
@@ -1019,7 +1019,7 @@ badaddr__maybe_byte:
badaddr__unknown_size:
#ifndef NDEBUG
data
-1: string "bad length (%d) to badaddr() from 0x%x\n\000"
+1: string "bad length (%d) to badaddr() from 0x%x"
text
or.u r2, r0, hi16(1b)
or r2, r2, lo16(1b)
diff --git a/sys/arch/mvme88k/mvme88k/m88100_fp.S b/sys/arch/mvme88k/mvme88k/m88100_fp.S
index f0cecbb4293..5442c3e2b5c 100644
--- a/sys/arch/mvme88k/mvme88k/m88100_fp.S
+++ b/sys/arch/mvme88k/mvme88k/m88100_fp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: m88100_fp.S,v 1.11 2001/08/24 22:53:15 miod Exp $ */
+/* $OpenBSD: m88100_fp.S,v 1.12 2001/11/18 01:43:33 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1991 Carnegie Mellon University
@@ -2261,7 +2261,7 @@ _Xfp_imprecise: global _Xfp_imprecise
/* should never get here!!!! */
data
align 8
- 1: string "error in inprecise fp exception handler, r4 is 0x%08x\n\0"
+ 1: string "error in inprecise fp exception handler, r4 is 0x%08x"
align 8
text
or.u r2, r0, hi16(1b)
diff --git a/sys/arch/mvme88k/mvme88k/process.S b/sys/arch/mvme88k/mvme88k/process.S
index f6cb91ea6c8..fba27137d36 100644
--- a/sys/arch/mvme88k/mvme88k/process.S
+++ b/sys/arch/mvme88k/mvme88k/process.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: process.S,v 1.11 2001/08/26 14:31:12 miod Exp $ */
+/* $OpenBSD: process.S,v 1.12 2001/11/18 01:43:33 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* All rights reserved.
@@ -37,14 +37,11 @@
data
align 4
-Lsw0:
- string "cpu_switch\n"
- align 4
swchanpanic:
- string "switch wchan %x\n"
+ string "switch wchan %x"
align 4
swsrunpanic:
- string "switch SRUN %x\n"
+ string "switch SRUN %x"
text
align 8
@@ -144,9 +141,6 @@ ENTRY(cpu_switch)
or.u r11, r0, hi16(_curproc)
st r0, r11, lo16(_curproc) /* curproc = NULL */
- or.u r11, r0, hi16(_curpcb)
- st r0, r11, lo16(_curpcb) /* curpcb = NULL */
-
Lidleloop:
/*