summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 10:43:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 10:43:04 +0000
commit6128a4aa5e791ed4e0a655bfd346a52d92da7883 (patch)
treeaf53ca3f67ce405b6fbc6c98399c8e0c87e01a9e /c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
parent2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-6128a4aa5e791ed4e0a655bfd346a52d92da7883.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
index bc8eb8729c..6e5ba65fe7 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
@@ -39,7 +39,7 @@ char *rtems_progname;
/*
* Use the shared implementations of the following routines
*/
-
+
void bsp_postdriver_hook(void);
void bsp_libc_init( void *, uint32_t, int );
void bsp_pretasking_hook(void); /* m68k version */
@@ -74,9 +74,9 @@ void bsp_start( void )
m68k_set_vbr( &M68Kvec );
- pcc->int_base_vector = PCC_BASE_VECTOR & 0xF0;
+ pcc->int_base_vector = PCC_BASE_VECTOR & 0xF0;
/* Set the PCC int vectors base */
-
+
/* VME shared memory configuration */
/* Only the first node shares its top 128k DRAM */
@@ -86,16 +86,16 @@ void bsp_start( void )
/* Enable SIGLP interruption (see shm support) */
pcc->general_purpose_control &= 0x10;
/* Enable VME master interruptions */
-
+
if (vme_lcsr->system_controller & 0x01) {
/* the board is system controller */
- vme_lcsr->system_controller = 0x08;
+ vme_lcsr->system_controller = 0x08;
/* Make VME access round-robin */
}
-
- node_number =
- (uint8_t)
+
+ node_number =
+ (uint8_t)
(Configuration.User_multiprocessing_table->node - 1) & 0xF;
/* Get and store node ID, first node_number = 0 */
vme_gcsr->board_identification = node_number;