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 Replicate mcr with equivalent vms instruc...
details: https://anonhg.NetBSD.org/src/rev/7f2040d1ee29
branches: trunk
changeset: 792228:7f2040d1ee29
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Dec 26 18:49:23 2013 +0000
description:
Replicate mcr with equivalent vms instruction.
diffstat:
sys/arch/arm/arm32/cpuswitch.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 42b8a1d2f21e -r 7f2040d1ee29 sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S Thu Dec 26 18:38:21 2013 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S Thu Dec 26 18:49:23 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuswitch.S,v 1.80 2013/12/01 02:54:33 joerg Exp $ */
+/* $NetBSD: cpuswitch.S,v 1.81 2013/12/26 18:49:23 joerg Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -87,7 +87,7 @@
#include <arm/asm.h>
#include <arm/locore.h>
- RCSID("$NetBSD: cpuswitch.S,v 1.80 2013/12/01 02:54:33 joerg Exp $")
+ RCSID("$NetBSD: cpuswitch.S,v 1.81 2013/12/26 18:49:23 joerg Exp $")
/* LINTSTUB: include <sys/param.h> */
@@ -258,7 +258,7 @@
ldr r0, [r3, #(CI_VFP_ID)]
cmp r0, #0
ldrne r0, [r7, #(PCB_VFP_FPEXC)]
- mcrne p10, 7, r0, c8, c0, 0
+ vmsrne fpexc, r0
#endif
ldr r5, [r6, #(L_PROC)] /* fetch the proc for below */
Home |
Main Index |
Thread Index |
Old Index