Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Make a comment describe what the code act...
details: https://anonhg.NetBSD.org/src/rev/b4060a3e62df
branches: trunk
changeset: 526125:b4060a3e62df
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Apr 25 23:23:23 2002 +0000
description:
Make a comment describe what the code actually does.
diffstat:
sys/arch/arm/arm32/locore.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cea06751a256 -r b4060a3e62df sys/arch/arm/arm32/locore.S
--- a/sys/arch/arm/arm32/locore.S Thu Apr 25 22:46:35 2002 +0000
+++ b/sys/arch/arm/arm32/locore.S Thu Apr 25 23:23:23 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.5 2002/04/03 17:30:50 thorpej Exp $ */
+/* $NetBSD: locore.S,v 1.6 2002/04/25 23:23:23 thorpej Exp $ */
/*
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -134,7 +134,7 @@
*/
mov r0, #(CPU_CONTROL_32BP_ENABLE | CPU_CONTROL_32BD_ENABLE)
mcr 15, 0, r0, c1, c0, 0
- mcrne 15, 0, r0, c8, c7, 0 /* only when v4 MMU disable is asked for */
+ mcrne 15, 0, r0, c8, c7, 0 /* nail I+D TLB on ARMv4 and greater */
mov pc, r4
/*
Home |
Main Index |
Thread Index |
Old Index