Module Name: src
Committed By: martin
Date: Sun Oct 27 11:21:52 UTC 2019
Modified Files:
src/sys/arch/luna68k/stand/boot: machdep.c
Log Message:
Back out previous - fixed differently by rin already.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/luna68k/stand/boot/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/luna68k/stand/boot/machdep.c
diff -u src/sys/arch/luna68k/stand/boot/machdep.c:1.7 src/sys/arch/luna68k/stand/boot/machdep.c:1.8
--- src/sys/arch/luna68k/stand/boot/machdep.c:1.7 Sun Oct 27 11:08:04 2019
+++ src/sys/arch/luna68k/stand/boot/machdep.c Sun Oct 27 11:21:52 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.7 2019/10/27 11:08:04 martin Exp $ */
+/* $NetBSD: machdep.c,v 1.8 2019/10/27 11:21:52 martin Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -71,9 +71,7 @@
*/
#include <sys/param.h>
-#define _KERNEL /* we need the register defines (PC/SP/...) */
#include <luna68k/include/reg.h>
-#undef _KERNEL
#include <luna68k/stand/boot/samachdep.h>
static void dumpmem(int *, int, int);