summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-01-03 01:49:10 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-01-03 01:49:10 +0000
commit64154da3f41e4e487f6aff12dd29fbbd297aa88a (patch)
treefe5b654cd4ba4d9dd76af7525a3771c23dd6520d /sys/arch
parent838e3dfa00ca36dde3261d397f1893c404f38933 (diff)
Remove bogus comment. Also fix ramdisk kernel detection.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sun3/sun3/stub.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/sun3/sun3/stub.c b/sys/arch/sun3/sun3/stub.c
index 0e8b8eb04b5..9c0adcee5c8 100644
--- a/sys/arch/sun3/sun3/stub.c
+++ b/sys/arch/sun3/sun3/stub.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stub.c,v 1.6 1998/08/21 13:42:31 millert Exp $ */
+/* $OpenBSD: stub.c,v 1.7 2001/01/03 01:49:09 miod Exp $ */
/* $NetBSD: stub.c,v 1.13 1996/11/20 18:57:37 gwr Exp $ */
/*-
@@ -51,15 +51,11 @@ void Debugger __P((void));
#endif
/* Called by autoconf.c */
-#ifndef GENERIC
+#ifdef RAMDISK_HOOKS
void swapgeneric() {}
#endif
/*
- * XXX: isr.c:netintr() - move to conf.c?
- */
-
-/*
* When DDB is included, Debugger() comes from db_interface.c
* otherwise we get the one compiled here.
*/