summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-29 21:32:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-29 21:32:56 +0000
commitfd8dca50a16339e2708f3452fc70e44705f8efa2 (patch)
treeb9b034fabd71af38ac08a548ceb5ce2395585587 /c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c
parent2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-fd8dca50a16339e2708f3452fc70e44705f8efa2.tar.bz2
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am, startup/bspstart.c: Formatting.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c b/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c
index ba517dcc8d..c558eefe8e 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c
@@ -249,7 +249,6 @@ void bsp_start( void )
intrStackStart = (uint32_t)__rtems_end;
intrStackSize = rtems_configuration_get_interrupt_stack_size();
-
/*
* Initialize default raw exception handlers. See vectors/vectors_init.c
*/
@@ -348,7 +347,7 @@ void bsp_start( void )
* they can use atexit()
*/
- bsp_clicks_per_usec = BSP_bus_frequency/(BSP_time_base_divisor * 1000);
+ bsp_clicks_per_usec = BSP_bus_frequency/(BSP_time_base_divisor * 1000);
#ifdef SHOW_MORE_INIT_SETTINGS
printk("Configuration.work_space_size = %x\n", Configuration.work_space_size);