Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/news68k Disable temporary %tt0 register map...
details: https://anonhg.NetBSD.org/src/rev/fd1f80052494
branches: trunk
changeset: 574380:fd1f80052494
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Feb 27 07:59:18 2005 +0000
description:
Disable temporary %tt0 register mapping (for yamt-km branch).
diffstat:
sys/arch/news68k/news68k/locore.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0e2a433824cc -r fd1f80052494 sys/arch/news68k/news68k/locore.s
--- a/sys/arch/news68k/news68k/locore.s Sun Feb 27 07:57:29 2005 +0000
+++ b/sys/arch/news68k/news68k/locore.s Sun Feb 27 07:59:18 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.38 2005/02/27 07:57:29 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.39 2005/02/27 07:59:18 tsutsui Exp $ */
/*
* Copyright (c) 1980, 1990, 1993
@@ -429,7 +429,7 @@
movc %d0,%cacr | turn on both caches
jmp Lenab1
Lmotommu2:
-#if 1 /* XXX use %tt0 register to map I/O space temporary */
+#if 0 /* XXX use %tt0 register to map I/O space temporary */
RELOC(protott0, %a0)
movl #0xe01f8550,%a0@ | use %tt0 (0xe0000000-0xffffffff)
.long 0xf0100800 | pmove %a0@,%tt0
Home |
Main Index |
Thread Index |
Old Index