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 ARM_MMU_EXTENDED support.
details: https://anonhg.NetBSD.org/src/rev/46f09b489549
branches: trunk
changeset: 328180:46f09b489549
user: matt <matt%NetBSD.org@localhost>
date: Fri Mar 28 21:52:53 2014 +0000
description:
ARM_MMU_EXTENDED support.
diffstat:
sys/arch/arm/arm32/cpuswitch.S | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 6e269c811fc0 -r 46f09b489549 sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S Fri Mar 28 21:51:59 2014 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S Fri Mar 28 21:52:53 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuswitch.S,v 1.82 2014/02/26 02:07:58 matt Exp $ */
+/* $NetBSD: cpuswitch.S,v 1.83 2014/03/28 21:52:53 matt Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -87,7 +87,7 @@
#include <arm/asm.h>
#include <arm/locore.h>
- RCSID("$NetBSD: cpuswitch.S,v 1.82 2014/02/26 02:07:58 matt Exp $")
+ RCSID("$NetBSD: cpuswitch.S,v 1.83 2014/03/28 21:52:53 matt Exp $")
/* LINTSTUB: include <sys/param.h> */
@@ -279,7 +279,9 @@
#endif
/* Record the old lwp for pmap_activate()'s benefit */
+#ifndef ARM_MMU_EXTENDED
str r4, [r3, #CI_LASTLWP]
+#endif
/* rem: r4 = old lwp */
/* rem: r5 = new lwp's proc */
Home |
Main Index |
Thread Index |
Old Index