Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/luna68k/stand/boot Back out previous - fixed differ...



details:   https://anonhg.NetBSD.org/src/rev/6c755ebef358
branches:  trunk
changeset: 460529:6c755ebef358
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 27 11:21:52 2019 +0000

description:
Back out previous - fixed differently by rin already.

diffstat:

 sys/arch/luna68k/stand/boot/machdep.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 76881784e085 -r 6c755ebef358 sys/arch/luna68k/stand/boot/machdep.c
--- a/sys/arch/luna68k/stand/boot/machdep.c     Sun Oct 27 11:11:09 2019 +0000
+++ b/sys/arch/luna68k/stand/boot/machdep.c     Sun Oct 27 11:21:52 2019 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index