Module Name:    src
Committed By:   matt
Date:           Sun Aug 18 06:32:15 UTC 2013

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

Log Message:
Move parts of cpu.h that are not needed by MI code in <arm/locore.h>
Don't include <machine/cpu.h> or <machine/frame.h>, use <arm/locore.h>
Use <arm/asm.h> instead of <machine/arm.h>


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 src/sys/arch/arm/arm32/cpuswitch.S:1.79
--- src/sys/arch/arm/arm32/cpuswitch.S:1.78	Sun Aug 18 06:28:18 2013
+++ src/sys/arch/arm/arm32/cpuswitch.S	Sun Aug 18 06:32:15 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpuswitch.S,v 1.78 2013/08/18 06:28:18 matt Exp $	*/
+/*	$NetBSD: cpuswitch.S,v 1.79 2013/08/18 06:32:15 matt Exp $	*/
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -84,11 +84,10 @@
 #include "opt_lockdebug.h"
 
 #include "assym.h"
-#include <machine/asm.h>
-#include <machine/cpu.h>
-#include <machine/frame.h>
+#include <arm/asm.h>
+#include <arm/locore.h>
 
-	RCSID("$NetBSD: cpuswitch.S,v 1.78 2013/08/18 06:28:18 matt Exp $")
+	RCSID("$NetBSD: cpuswitch.S,v 1.79 2013/08/18 06:32:15 matt Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
 	

Reply via email to