summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/include/powerpc.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-22 20:45:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-22 20:45:21 +0000
commit8105491e021791b682e4b1edf19b57fe6223d010 (patch)
tree2f931b0b69e06e88d5152edd4dff3d4298fef40b /sys/arch/mvmeppc/include/powerpc.h
parent3273b6209f5ecb5118129a39b7e212ffabf458ef (diff)
Make locore and the early initialization code closer to other ppc ports;
also remove ipkbd and other dead code.
Diffstat (limited to 'sys/arch/mvmeppc/include/powerpc.h')
-rw-r--r--sys/arch/mvmeppc/include/powerpc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/include/powerpc.h b/sys/arch/mvmeppc/include/powerpc.h
index 5ef80509dba..1b5bd13abbd 100644
--- a/sys/arch/mvmeppc/include/powerpc.h
+++ b/sys/arch/mvmeppc/include/powerpc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: powerpc.h,v 1.2 2002/03/14 01:26:41 millert Exp $ */
+/* $OpenBSD: powerpc.h,v 1.3 2004/01/22 20:45:18 miod Exp $ */
/* $NetBSD: powerpc.h,v 1.1 1996/09/30 16:34:30 ws Exp $ */
/*
@@ -96,7 +96,6 @@ extern struct firmware *fw;
#define ppc_exit() if (fw->exit != NULL) (fw->exit)()
#define ppc_boot(x) if (fw->boot != NULL) (fw->boot)(x)
-#define ppc_vmon() if (fw->vmon != NULL) (fw->vmon)()
#define ppc_nvram_rd(a) ({unsigned char val; \
if (fw->nvram_rd !=NULL) \
val = (fw->nvram_rd)(a); \