summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-11 15:24:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-11 15:24:18 +0000
commit3f0cfc560fc0ea1dd53b574760a091dda796a0fc (patch)
tree54ac64ab14782711ce53b1415be07352db3ba9ce /c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
parent2007-03-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3f0cfc560fc0ea1dd53b574760a091dda796a0fc.tar.bz2
2007-03-11 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/bspstart.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c b/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
index 50895cf979..ad9db01468 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
@@ -99,13 +99,6 @@ void bsp_start( void )
Cpu_table.predriver_hook = bsp_leon3_predriver_hook; /* scan system bus */
/*
- * SIS does zero out memory BUT only when IT begins execution. Thus
- * if we want to have a clean slate in the workspace each time we
- * begin execution of OUR application, then we must zero the workspace.
- */
- Cpu_table.do_zero_of_workspace = TRUE;
-
- /*
* This should be enough interrupt stack.
*/