Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-15 13:33:58 +00:00
parent 3239698d1f
commit 73b5bd5d0e
124 changed files with 2 additions and 175 deletions

View File

@@ -870,5 +870,3 @@ console_fns mg5uart_fns_polled =
mg5uart_set_attributes, /* deviceSetAttributes */
FALSE, /* deviceOutputUsesInterrupts */
};

View File

@@ -29,5 +29,3 @@
#include <libcpu/mongoose-v.h>
unsigned int mips_interrupt_number_of_vectors = MONGOOSEV_MAXIMUM_VECTORS;

View File

@@ -17,4 +17,3 @@
*/
unsigned int mips_interrupt_number_of_vectors = 32 + 8;

View File

@@ -51,4 +51,3 @@ void mips_default_isr( int vector )
vector, cause, sr );
rtems_fatal_error_occurred(1);
}

View File

@@ -76,4 +76,3 @@ ENDFRAME(exc_norm_code)
#error "isr_entries.S: ISA support problem"
#endif

View File

@@ -120,4 +120,3 @@ void mips_vector_exceptions( CPU_Interrupt_frame *frame )
CALL_EXC( exc, frame );
}

View File

@@ -135,4 +135,3 @@ void Set_find_average_overhead(
{
Timer_driver_Find_average_overhead = find_flag;
}

View File

@@ -27,4 +27,3 @@
#include <libcpu/tx3904.h>
unsigned int mips_interrupt_number_of_vectors = TX3904_MAXIMUM_VECTORS;

View File

@@ -58,4 +58,3 @@ void mips_default_isr( int vector )
vector, cause, sr );
rtems_fatal_error_occurred(1);
}