Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/luna68k Make kernels build without options ...



details:   https://anonhg.NetBSD.org/src/rev/dd15f4e3a850
branches:  trunk
changeset: 340376:dd15f4e3a850
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Sep 02 11:33:30 2015 +0000

description:
Make kernels build without options M68030.

diffstat:

 sys/arch/luna68k/luna68k/locore.s |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r b72c1b1d5693 -r dd15f4e3a850 sys/arch/luna68k/luna68k/locore.s
--- a/sys/arch/luna68k/luna68k/locore.s Wed Sep 02 09:28:13 2015 +0000
+++ b/sys/arch/luna68k/luna68k/locore.s Wed Sep 02 11:33:30 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.60 2015/09/01 13:46:14 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.61 2015/09/02 11:33:30 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -187,12 +187,14 @@
        jra     Lstart2
 1:
 #endif
+#if defined(M68030)
        cmpl    #CPU_68030,%a0@         | 68030?
        jne     1f                      | no, skip
        movl    #_C_LABEL(busaddrerr2030),%a2@(8)
        movl    #_C_LABEL(busaddrerr2030),%a2@(12)
        jra     Lstart2
 1:
+#endif
        /* Config botch; no hope. */
        PANIC("Config botch in locore")
 



Home | Main Index | Thread Index | Old Index