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 Don't include <machine/param.h> since we ...



details:   https://anonhg.NetBSD.org/src/rev/7db14da197ab
branches:  trunk
changeset: 785151:7db14da197ab
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 27 17:52:44 2013 +0000

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

diffstat:

 sys/arch/arm/arm32/cpuswitch.S |  7 +++----
 sys/arch/arm/arm32/locore.S    |  5 ++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 0c6c6b782882 -r 7db14da197ab sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S    Wed Feb 27 17:50:07 2013 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S    Wed Feb 27 17:52:44 2013 +0000
@@ -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> */
        
diff -r 0c6c6b782882 -r 7db14da197ab sys/arch/arm/arm32/locore.S
--- a/sys/arch/arm/arm32/locore.S       Wed Feb 27 17:50:07 2013 +0000
+++ b/sys/arch/arm/arm32/locore.S       Wed Feb 27 17:52:44 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index