Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc The MMU_3L option became SUN4_MMU3L lon...



details:   https://anonhg.NetBSD.org/src/rev/6efdfc515727
branches:  trunk
changeset: 467894:6efdfc515727
user:      pk <pk%NetBSD.org@localhost>
date:      Tue Mar 30 19:41:30 1999 +0000

description:
The MMU_3L option became SUN4_MMU3L long ago.

diffstat:

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

diffs (18 lines):

diff -r e2d6c4498d42 -r 6efdfc515727 sys/arch/sparc/sparc/locore.s
--- a/sys/arch/sparc/sparc/locore.s     Tue Mar 30 19:33:31 1999 +0000
+++ b/sys/arch/sparc/sparc/locore.s     Tue Mar 30 19:41:30 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.113 1999/03/24 05:51:11 mrg Exp $ */
+/*     $NetBSD: locore.s,v 1.114 1999/03/30 19:41:30 pk Exp $  */
 
 /*
  * Copyright (c) 1996 Paul Kranenburg
@@ -3583,7 +3583,7 @@
 #if defined(SUN4)
        cmp     %g4, CPU_SUN4
        bne     2f
-#if defined(MMU_3L)
+#if defined(SUN4_MMU3L)
        set     AC_IDPROM+1, %l3
        lduba   [%l3] ASI_CONTROL, %l3
        cmp     %l3, 0x24 ! XXX - SUN4_400



Home | Main Index | Thread Index | Old Index