diff options
Diffstat (limited to 'sys/arch/powerpc/stand/Locore.c')
-rw-r--r-- | sys/arch/powerpc/stand/Locore.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/powerpc/stand/Locore.c b/sys/arch/powerpc/stand/Locore.c index 5400658f594..9992209d0f5 100644 --- a/sys/arch/powerpc/stand/Locore.c +++ b/sys/arch/powerpc/stand/Locore.c @@ -1,4 +1,4 @@ -/* $OpenBSD: Locore.c,v 1.2 1996/12/28 06:31:06 rahnds Exp $ */ +/* $OpenBSD: Locore.c,v 1.3 1997/02/06 23:44:54 rahnds Exp $ */ /* $NetBSD: Locore.c,v 1.1 1996/09/30 16:34:58 ws Exp $ */ /* @@ -34,7 +34,9 @@ #include <stand.h> #include <openfirm.h> +/* #include <machine/cpu.h> +*/ static int (*openfirmware)(void *); @@ -53,9 +55,6 @@ _start(vpd, res, openfirm, arg, argl) { extern char etext; -#ifdef FIREPOWERBUGS - syncicache((void *)RELOC, &etext - (char *)RELOC); -#endif openfirmware = openfirm; /* Save entry to Open Firmware */ setup(); main(arg, argl); |