From 6128a4aa5e791ed4e0a655bfd346a52d92da7883 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 10:43:04 +0000 Subject: Remove stray white spaces. --- c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme147s/startup') 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; -- cgit v1.2.3