diff options
author | 2007-12-28 20:41:56 +0000 | |
---|---|---|
committer | 2007-12-28 20:41:56 +0000 | |
commit | c4115f58a9011efab2c5941a633e7f9511db17db (patch) | |
tree | 84262e7b85bc10195f4626957ea3dee13f168047 | |
parent | Add a few more K-class models to the list of machines that have more devices (diff) | |
download | wireguard-openbsd-c4115f58a9011efab2c5941a633e7f9511db17db.tar.xz wireguard-openbsd-c4115f58a9011efab2c5941a633e7f9511db17db.zip |
There is no need, and no point, to initialize panicstr here.
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index 7b8fa575f70..45202e4ea40 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.92 2007/06/06 17:15:13 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.93 2007/12/28 20:41:56 miod Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -192,7 +192,6 @@ cpu_startup() printf("real mem = %u (%uMB)\n", avail_end, avail_end/1024/1024); physmem = btoc(avail_end); - panicstr = NULL; mtpr(AST_NO, PR_ASTLVL); spl0(); |