Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k Convert -MMU_68040 into a form gas will t...



details:   https://anonhg.NetBSD.org/src/rev/0e788f86b8fe
branches:  trunk
changeset: 572043:0e788f86b8fe
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Dec 15 05:03:23 2004 +0000

description:
Convert -MMU_68040 into a form gas will take now (-- isn't valid)

diffstat:

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

diffs (18 lines):

diff -r 7de0a425746c -r 0e788f86b8fe sys/arch/x68k/x68k/locore.s
--- a/sys/arch/x68k/x68k/locore.s       Wed Dec 15 04:56:13 2004 +0000
+++ b/sys/arch/x68k/x68k/locore.s       Wed Dec 15 05:03:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.74 2004/03/04 19:53:46 nathanw Exp $      */
+/*     $NetBSD: locore.s,v 1.75 2004/12/15 05:03:23 jmc Exp $  */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -1235,7 +1235,7 @@
        movl    #CACHE_OFF,%d0
 #if defined(M68040) || defined(M68060)
        movl    _C_LABEL(mmutype),%d2   | d2 = mmutype
-       addl    #-MMU_68040,%d2         | 68040?
+       addl    #(-1 * MMU_68040),%d2           | 68040?
        jne     Ldoboot0                | no, skip
        .word   0xf4f8                  | cpusha bc - push and invalidate caches
        nop



Home | Main Index | Thread Index | Old Index