Module Name:    src
Committed By:   matt
Date:           Wed Feb 27 17:52:44 UTC 2013

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

Log Message:
Don't include <machine/param.h> since we should be getting that stuff from
"assym.h"


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/arm/arm32/cpuswitch.S
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/arm32/locore.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.76 src/sys/arch/arm/arm32/cpuswitch.S:1.77
--- src/sys/arch/arm/arm32/cpuswitch.S:1.76	Mon Dec 17 17:45:01 2012
+++ src/sys/arch/arm/arm32/cpuswitch.S	Wed Feb 27 17:52:44 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpuswitch.S,v 1.76 2012/12/17 17:45:01 matt Exp $	*/
+/*	$NetBSD: cpuswitch.S,v 1.77 2013/02/27 17:52:44 matt Exp $	*/
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -84,12 +84,11 @@
 #include "opt_lockdebug.h"
 
 #include "assym.h"
-#include <machine/param.h>
-#include <machine/frame.h>
 #include <machine/asm.h>
 #include <machine/cpu.h>
+#include <machine/frame.h>
 
-	RCSID("$NetBSD: cpuswitch.S,v 1.76 2012/12/17 17:45:01 matt Exp $")
+	RCSID("$NetBSD: cpuswitch.S,v 1.77 2013/02/27 17:52:44 matt Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
 	

Index: src/sys/arch/arm/arm32/locore.S
diff -u src/sys/arch/arm/arm32/locore.S:1.30 src/sys/arch/arm/arm32/locore.S:1.31
--- src/sys/arch/arm/arm32/locore.S:1.30	Wed Nov 21 19:38:36 2012
+++ src/sys/arch/arm/arm32/locore.S	Wed Feb 27 17:52:44 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.30 2012/11/21 19:38:36 matt Exp $	*/
+/*	$NetBSD: locore.S,v 1.31 2013/02/27 17:52:44 matt Exp $	*/
 
 /*
  * Copyright (C) 1994-1997 Mark Brinicombe
@@ -37,12 +37,11 @@
 #include <machine/asm.h>
 #include <machine/cpu.h>
 #include <machine/frame.h>
-#include <machine/param.h>
 
 /* What size should this really be ? It is only used by init_arm() */
 #define INIT_ARM_STACK_SIZE	2048
 
-	RCSID("$NetBSD: locore.S,v 1.30 2012/11/21 19:38:36 matt Exp $")
+	RCSID("$NetBSD: locore.S,v 1.31 2013/02/27 17:52:44 matt Exp $")
 
 /*
  * This is for kvm_mkdb, and should be the address of the beginning

Reply via email to