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 DO_AST_AND_RESTORE_ALIGNMENT_FAULTS needs...



details:   https://anonhg.NetBSD.org/src/rev/99dee44c6fcf
branches:  trunk
changeset: 781299:99dee44c6fcf
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 31 11:45:38 2012 +0000

description:
DO_AST_AND_RESTORE_ALIGNMENT_FAULTS needs AST_ALIGNMENT_FAULT_LOCALS

diffstat:

 sys/arch/arm/arm32/cpuswitch.S |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 17ad522f431e -r 99dee44c6fcf sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S    Fri Aug 31 11:40:42 2012 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S    Fri Aug 31 11:45:38 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuswitch.S,v 1.68 2012/08/29 16:45:34 matt Exp $      */
+/*     $NetBSD: cpuswitch.S,v 1.69 2012/08/31 11:45:38 skrll Exp $     */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -89,7 +89,7 @@
 #include <machine/asm.h>
 #include <machine/cpu.h>
 
-       RCSID("$NetBSD: cpuswitch.S,v 1.68 2012/08/29 16:45:34 matt Exp $")
+       RCSID("$NetBSD: cpuswitch.S,v 1.69 2012/08/31 11:45:38 skrll Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
        
@@ -352,6 +352,8 @@
 
        movs    pc, lr                  /* Exit */
 
+AST_ALIGNMENT_FAULT_LOCALS
+
 #ifdef __HAVE_FAST_SOFTINTS
 /*
  *     Called at IPL_HIGH



Home | Main Index | Thread Index | Old Index