Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/news68k/news68k Correct error in previous -- n...



details:   https://anonhg.NetBSD.org/src/rev/c5967623f43b
branches:  netbsd-1-5
changeset: 490423:c5967623f43b
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Dec 24 08:09:22 2000 +0000

description:
Correct error in previous -- not rev 1.16, but rev 1.17:
Pull up revision 1.13, 1.17 (requested by tsutsui, jhawk):
  Allow runtime enabling/disabling of DC_BE and IC_BE bits in %cacr
  and enable them on news1200/1400/1500 (Which have no L2 cache); yields
  a performance improvement. Also correct a typo in a comment.

diffstat:

 sys/arch/news68k/news68k/locore.s |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r db2c4460db3f -r c5967623f43b sys/arch/news68k/news68k/locore.s
--- a/sys/arch/news68k/news68k/locore.s Sun Dec 24 07:59:04 2000 +0000
+++ b/sys/arch/news68k/news68k/locore.s Sun Dec 24 08:09:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.8.2.1 2000/12/24 07:20:12 jhawk Exp $     */
+/*     $NetBSD: locore.s,v 1.8.2.2 2000/12/24 08:09:22 jhawk Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -227,7 +227,7 @@
        jra     2f
 1:
        RELOC(ectype, %a0)              | yes, we are news1600/1700
-       movl    #EC_PHYS,%a0@           |  and have a phisical address cache
+       movl    #EC_PHYS,%a0@           |  and have a physical address cache
 2:
        /*
         * Fix up the physical addresses of the news1700's onboard
@@ -937,12 +937,6 @@
  * Use common m68k sigcode.
  */
 #include <m68k/m68k/sigcode.s>
-#ifdef COMPAT_SUNOS
-#include <m68k/m68k/sunos_sigcode.s>
-#endif
-#ifdef COMPAT_SVR4
-#include <m68k/m68k/svr4_sigcode.s>
-#endif
 
 /*
  * Primitives



Home | Main Index | Thread Index | Old Index