summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-11-09 12:29:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-11-09 12:29:01 +0000
commit72347b4127149ada5629146228af97f9f050ce82 (patch)
treef3fcc83d87907035a85ef5639b48cc1d31916588 /sys/arch
parentf015a2836a270419fb4d032d4132a0ac05383269 (diff)
Fix manual wfi instruction encoding.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm/arm/cpufunc_asm_armv7.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/cpufunc_asm_armv7.S b/sys/arch/arm/arm/cpufunc_asm_armv7.S
index 0dfcea6845b..6cbf1abbebd 100644
--- a/sys/arch/arm/arm/cpufunc_asm_armv7.S
+++ b/sys/arch/arm/arm/cpufunc_asm_armv7.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpufunc_asm_armv7.S,v 1.2 2010/07/01 22:40:10 drahn Exp $ */
+/* $OpenBSD: cpufunc_asm_armv7.S,v 1.3 2011/11/09 12:29:00 miod Exp $ */
/*
* Copyright (c) 2008 Dale Rahn <drahn@openbsd.org>
*
@@ -22,7 +22,7 @@ ENTRY(armv7_cpu_sleep)
#if 0
wfi
#else
- .long 0xe340f003;
+ .long 0xe320f003;
#endif
mov pc, lr