From f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:01:48 +0000 Subject: Remove duplicate white lines. --- c/src/lib/libbsp/i386/shared/irq/irq_asm.S | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/lib/libbsp/i386/shared/irq/irq_asm.S') diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S index 9c5e327379..6504079fda 100644 --- a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S +++ b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S @@ -130,7 +130,6 @@ nested: movb ah, al outb $PIC_SLAVE_IMR_IO_PORT - decl SYM (_ISR_Nest_level) /* one less ISR nest level */ /* If interrupts are nested, */ /* then dispatching is disabled */ @@ -149,7 +148,6 @@ nested: /* while in interrupt handler? */ je .exit /* No, exit */ - .bframe: movl $0, SYM (_ISR_Signals_to_thread_executing) /* @@ -203,7 +201,6 @@ nested: popl eax iret - #define DISTINCT_INTERRUPT_ENTRY(_vector) \ .p2align 4 ; \ PUBLIC (rtems_irq_prologue_ ## _vector ) ; \ -- cgit v1.2.3