Module Name:    src
Committed By:   skrll
Date:           Fri Aug 31 11:45:39 UTC 2012

Modified Files:
        src/sys/arch/arm/arm32: cpuswitch.S

Log Message:
DO_AST_AND_RESTORE_ALIGNMENT_FAULTS needs AST_ALIGNMENT_FAULT_LOCALS


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/arm/arm32/cpuswitch.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/arm32/cpuswitch.S
diff -u src/sys/arch/arm/arm32/cpuswitch.S:1.68 src/sys/arch/arm/arm32/cpuswitch.S:1.69
--- src/sys/arch/arm/arm32/cpuswitch.S:1.68	Wed Aug 29 16:45:34 2012
+++ src/sys/arch/arm/arm32/cpuswitch.S	Fri Aug 31 11:45:38 2012
@@ -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 @@ ENTRY(lwp_trampoline)
 
 	movs	pc, lr			/* Exit */
 
+AST_ALIGNMENT_FAULT_LOCALS
+
 #ifdef __HAVE_FAST_SOFTINTS
 /*
  *	Called at IPL_HIGH

Reply via email to