Module Name:    src
Committed By:   christos
Date:           Thu Feb 16 02:35:52 UTC 2012

Modified Files:
        src/sys/arch/arm/arm: cpufunc_asm.S
        src/sys/arch/arm/arm32: setstack.S

Log Message:
don't need arm/cpu.h, we just need the cpureg.h...


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/arm/cpufunc_asm.S
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm32/setstack.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/arm/cpufunc_asm.S
diff -u src/sys/arch/arm/arm/cpufunc_asm.S:1.14 src/sys/arch/arm/arm/cpufunc_asm.S:1.15
--- src/sys/arch/arm/arm/cpufunc_asm.S:1.14	Sun Apr 27 14:58:43 2008
+++ src/sys/arch/arm/arm/cpufunc_asm.S	Wed Feb 15 21:35:52 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpufunc_asm.S,v 1.14 2008/04/27 18:58:43 matt Exp $	*/
+/*	$NetBSD: cpufunc_asm.S,v 1.15 2012/02/16 02:35:52 christos Exp $	*/
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -41,8 +41,8 @@
  * Created      : 30/01/97
  */
  
+#include <arm/armreg.h>
 #include <machine/asm.h>
-#include <machine/cpu.h>
 
 	.text
 	.align	0

Index: src/sys/arch/arm/arm32/setstack.S
diff -u src/sys/arch/arm/arm32/setstack.S:1.4 src/sys/arch/arm/arm32/setstack.S:1.5
--- src/sys/arch/arm/arm32/setstack.S:1.4	Sun Apr 27 14:58:44 2008
+++ src/sys/arch/arm/arm32/setstack.S	Wed Feb 15 21:35:52 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: setstack.S,v 1.4 2008/04/27 18:58:44 matt Exp $	*/
+/*	$NetBSD: setstack.S,v 1.5 2012/02/16 02:35:52 christos Exp $	*/
 
 /*
  * Copyright (c) 1994 Mark Brinicombe.
@@ -46,11 +46,10 @@
  *
  * Based of kate/display/setstack.s
  */
-
-#include <machine/cpu.h>
+#include <arm/armreg.h>
 #include <machine/asm.h>
 
-	RCSID("$NetBSD: setstack.S,v 1.4 2008/04/27 18:58:44 matt Exp $")
+	RCSID("$NetBSD: setstack.S,v 1.5 2012/02/16 02:35:52 christos Exp $")
 
 /* To set the stack pointer for a particular mode we must switch
  * to that mode update the banked r13 and then switch back.

Reply via email to