forked from Imagelibrary/rtems
Remove stray white spaces.
This commit is contained in:
@@ -870,5 +870,3 @@ console_fns mg5uart_fns_polled =
|
||||
mg5uart_set_attributes, /* deviceSetAttributes */
|
||||
FALSE, /* deviceOutputUsesInterrupts */
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -29,5 +29,3 @@
|
||||
#include <libcpu/mongoose-v.h>
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = MONGOOSEV_MAXIMUM_VECTORS;
|
||||
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@
|
||||
*/
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = 32 + 8;
|
||||
|
||||
|
||||
@@ -51,4 +51,3 @@ void mips_default_isr( int vector )
|
||||
vector, cause, sr );
|
||||
rtems_fatal_error_occurred(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -76,4 +76,3 @@ ENDFRAME(exc_norm_code)
|
||||
#error "isr_entries.S: ISA support problem"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -120,4 +120,3 @@ void mips_vector_exceptions( CPU_Interrupt_frame *frame )
|
||||
|
||||
CALL_EXC( exc, frame );
|
||||
}
|
||||
|
||||
|
||||
@@ -135,4 +135,3 @@ void Set_find_average_overhead(
|
||||
{
|
||||
Timer_driver_Find_average_overhead = find_flag;
|
||||
}
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@
|
||||
#include <libcpu/tx3904.h>
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = TX3904_MAXIMUM_VECTORS;
|
||||
|
||||
|
||||
@@ -58,4 +58,3 @@ void mips_default_isr( int vector )
|
||||
vector, cause, sr );
|
||||
rtems_fatal_error_occurred(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user