summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-09 10:45:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-09 10:45:49 +0000
commitb9cb2360674fc564f289d144e91d0c9f331d312c (patch)
tree7ac391ed43b64e51fb17818e51f1947b17a779b3 /c/src/lib/libbsp/sparc
parentRegenerate. (diff)
downloadrtems-b9cb2360674fc564f289d144e91d0c9f331d312c.tar.bz2
Cosmetics.
Diffstat (limited to 'c/src/lib/libbsp/sparc')
-rw-r--r--c/src/lib/libbsp/sparc/shared/bspstart.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/bspstart.c b/c/src/lib/libbsp/sparc/shared/bspstart.c
index 18668976df..91bca7d7ec 100644
--- a/c/src/lib/libbsp/sparc/shared/bspstart.c
+++ b/c/src/lib/libbsp/sparc/shared/bspstart.c
@@ -38,13 +38,13 @@
extern rtems_configuration_table Configuration;
rtems_configuration_table BSP_Configuration;
-rtems_cpu_table Cpu_table;
+rtems_cpu_table Cpu_table;
/*
* Tells us where to put the workspace in case remote debugger is present.
*/
-extern uint32_t rdb_start;
+extern uint32_t rdb_start;
/*
* Amount to increment itimer by each pass
@@ -52,7 +52,7 @@ extern uint32_t rdb_start;
* script to bump it without recompiling rtems
*/
-uint32_t CPU_SPARC_CLICKS_PER_TICK;
+uint32_t CPU_SPARC_CLICKS_PER_TICK;
#if SIMSPARC_FAST_IDLE
@@ -71,8 +71,8 @@ rtems_extension fast_idle_switch_hook(
rtems_tcb *heir_task
)
{
- static uint32_t normal_clock = ~0;
- static uint32_t fast_clock;
+ static uint32_t normal_clock = ~0;
+ static uint32_t fast_clock;
/* init our params on first call */
if (normal_clock == ~0)
@@ -113,8 +113,8 @@ extern void bsp_spurious_initialize();
void bsp_pretasking_hook(void)
{
extern int end;
- uint32_t heap_start;
- uint32_t heap_size;
+ uint32_t heap_start;
+ uint32_t heap_size;
heap_start = (uint32_t) &end;
if (heap_start & (CPU_ALIGNMENT-1))