From b15e68425deea74fa455dc387a1a8bfd275f3613 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 28 Dec 2007 20:41:57 +0000 Subject: There is no need, and no point, to initialize panicstr here. --- sys/arch/vax/vax/machdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch') 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(); -- cgit v1.2.3