summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-03-05 21:17:55 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-03-05 21:17:55 +0000
commit05b0c8a6dd3e9e35623934d33f5b6fba891a4258 (patch)
tree1555cdda67aa6229405f217d2cfe4f12f2d97c36 /c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
parent2009-03-05 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-05b0c8a6dd3e9e35623934d33f5b6fba891a4258.tar.bz2
2009-03-05 Till Straumann <strauman@slac.stanford.edu>
* include/bsp.h, start/start.S, startup/bspstart.c: removed BSP_INIT_STACK_SIZE -- this BSP now also uses __stack defined by the linker script for the initial stack. Removed legacy code (inherited from old mvme2307 BSP but not relevant to this one) that tested trapping into PPCBug.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h b/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
index 82e1d49762..4b7879f82c 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
@@ -318,11 +318,6 @@ rtems_tsec_attach(struct rtems_bsdnet_ifconfig *ifcfg, int attaching);
#define RTEMS_BSP_NETWORK_DRIVER_NAME "tse1"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_tsec_attach
-/*
- * system init stack and soft ir stack size
- */
-#define BSP_INIT_STACK_SIZE 0x1000
-
#ifdef __cplusplus
}
#endif