artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5305c22
)
Delete '0x' in DIAGNOSTIC panic message; ipl value is printed in decimal.
author
aoyama
<aoyama@openbsd.org>
Wed, 28 Jun 2017 10:31:48 +0000
(10:31 +0000)
committer
aoyama
<aoyama@openbsd.org>
Wed, 28 Jun 2017 10:31:48 +0000
(10:31 +0000)
sys/arch/luna88k/luna88k/isr.c
patch
|
blob
|
history
diff --git
a/sys/arch/luna88k/luna88k/isr.c
b/sys/arch/luna88k/luna88k/isr.c
index
0a53ed3
..
66c53c1
100644
(file)
--- a/
sys/arch/luna88k/luna88k/isr.c
+++ b/
sys/arch/luna88k/luna88k/isr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: isr.c,v 1.1
0 2015/05/18 04:06:37 miod Exp $
*/
+/* $OpenBSD: isr.c,v 1.1
1 2017/06/28 10:31:48 aoyama Exp $
*/
/* $NetBSD: isr.c,v 1.5 2000/07/09 08:08:20 nisimura Exp $ */
/*-
@@
-148,7
+148,7
@@
isrdispatch_autovec(int ipl)
#ifdef DIAGNOSTIC
if (ipl < 0 || ipl >= NISRAUTOVEC)
- panic("isrdispatch_autovec: bad ipl
0x
%d", ipl);
+ panic("isrdispatch_autovec: bad ipl %d", ipl);
#endif
#if 0 /* XXX: already counted in machdep.c */