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/i386/shared/irq/irq_init.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/i386/shared/irq/irq_init.c') diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_init.c b/c/src/lib/libbsp/i386/shared/irq/irq_init.c index 128a474462..7a54329082 100644 --- a/c/src/lib/libbsp/i386/shared/irq/irq_init.c +++ b/c/src/lib/libbsp/i386/shared/irq/irq_init.c @@ -99,9 +99,9 @@ static rtems_irq_prio irqPrioTable[BSP_IRQ_LINES_NUMBER]={ 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; - - + + static interrupt_gate_descriptor idtEntry; static rtems_irq_global_settings initial_config; @@ -128,7 +128,7 @@ void rtems_irq_mngt_init() printk("IDT table size mismatch !!! System locked\n"); while(1); } - + _CPU_ISR_Disable(level); @@ -143,7 +143,7 @@ void rtems_irq_mngt_init() raw_initial_config.idtSize = IDT_SIZE; raw_initial_config.defaultRawEntry = defaultRawIrq; raw_initial_config.rawIrqHdlTbl = idtHdl; - + if (!i386_init_idt (&raw_initial_config)) { /* * put something here that will show the failure... @@ -189,7 +189,7 @@ void rtems_irq_mngt_init() } /* - * #define DEBUG + * #define DEBUG */ #ifdef DEBUG { @@ -206,5 +206,5 @@ void rtems_irq_mngt_init() } printk("i8259s_cache = %x\n", * (unsigned short*) &i8259s_cache); BSP_wait_polled_input(); -#endif +#endif } -- cgit v1.2.3