summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/consinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/dev/consinit.c')
-rw-r--r--sys/arch/sparc64/dev/consinit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/consinit.c b/sys/arch/sparc64/dev/consinit.c
index df1dbac2f52..f088b6321eb 100644
--- a/sys/arch/sparc64/dev/consinit.c
+++ b/sys/arch/sparc64/dev/consinit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: consinit.c,v 1.7 2002/03/14 01:26:44 millert Exp $ */
+/* $OpenBSD: consinit.c,v 1.8 2003/06/16 20:46:10 miod Exp $ */
/* $NetBSD: consinit.c,v 1.9 2000/10/20 05:32:35 mrg Exp $ */
/*-
@@ -161,9 +161,7 @@ prom_cnpollc(dev, on)
{
if (on) {
/* Entering debugger. */
-#if NFB > 0
fb_unblank();
-#endif
} else {
/* Resuming kernel. */
}