Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/beagle Remove *_STACK_SIZE and cpu_reset_add...



details:   https://anonhg.NetBSD.org/src/rev/a4439eb2e6bb
branches:  trunk
changeset: 781064:a4439eb2e6bb
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 16 18:26:22 2012 +0000

description:
Remove *_STACK_SIZE and cpu_reset_address definitons.

diffstat:

 sys/arch/evbarm/beagle/beagle_machdep.c |  22 ++--------------------
 1 files changed, 2 insertions(+), 20 deletions(-)

diffs (43 lines):

diff -r dc4dc50eb384 -r a4439eb2e6bb sys/arch/evbarm/beagle/beagle_machdep.c
--- a/sys/arch/evbarm/beagle/beagle_machdep.c   Thu Aug 16 18:22:37 2012 +0000
+++ b/sys/arch/evbarm/beagle/beagle_machdep.c   Thu Aug 16 18:26:22 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: beagle_machdep.c,v 1.14 2012/07/29 00:07:07 matt Exp $ */
+/*     $NetBSD: beagle_machdep.c,v 1.15 2012/08/16 18:26:22 matt Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.14 2012/07/29 00:07:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.15 2012/08/16 18:26:22 matt Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -178,24 +178,6 @@
 
 #include "omapwdt32k.h"
 
-/*
- * Address to call from cpu_reset() to reset the machine.
- * This is machine architecture dependent as it varies depending
- * on where the ROM appears when you turn the MMU off.
- */
-
-u_int cpu_reset_address = 0;
-
-/* Define various stack sizes in pages */
-#define IRQ_STACK_SIZE 1
-#define FIQ_STACK_SIZE 1
-#define ABT_STACK_SIZE 1
-#ifdef IPKDB
-#define UND_STACK_SIZE 2
-#else
-#define UND_STACK_SIZE 1
-#endif
-
 BootConfig bootconfig;         /* Boot config storage */
 char *boot_args = NULL;
 char *boot_file = NULL;



Home | Main Index | Thread Index | Old Index