Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src/sys/arch/mac68k/mac68k Pull up following revision(s) (r...
details: https://anonhg.NetBSD.org/src/rev/cf8c300e8858
branches: netbsd-3-0
changeset: 579368:cf8c300e8858
user: tron <tron%NetBSD.org@localhost>
date: Tue Jan 09 22:31:56 2007 +0000
description:
Pull up following revision(s) (requested by chs in ticket #1626):
sys/arch/mac68k/mac68k/locore.s: revision 1.146
in doboot, use "longscratch" as a scratch memory location instead of
something in the (read-only) text section. fixes PR 35068.
diffstat:
sys/arch/mac68k/mac68k/locore.s | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3bd4b5bf63ae -r cf8c300e8858 sys/arch/mac68k/mac68k/locore.s
--- a/sys/arch/mac68k/mac68k/locore.s Tue Jan 09 12:11:16 2007 +0000
+++ b/sys/arch/mac68k/mac68k/locore.s Tue Jan 09 22:31:56 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.144 2004/03/04 19:53:44 nathanw Exp $ */
+/* $NetBSD: locore.s,v 1.144.26.1 2007/01/09 22:31:56 tron Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -1211,6 +1211,7 @@
jra Ldoboot1
LmotommuF:
#endif
+ lea _ASM_LABEL(longscratch),%a3
movl #0,%a3@ | value for pmove to %TC (turn off MMU)
pmove %a3@,%tc | disable MMU
Home |
Main Index |
Thread Index |
Old Index