From ed61b7baeb797836a5694655f442a730a4d9cca1 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 14 Mar 2006 14:46:54 +0000 Subject: trailing tabs nomore --- sys/arch/i386/i386/apicvec.s | 60 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'sys/arch/i386') diff --git a/sys/arch/i386/i386/apicvec.s b/sys/arch/i386/i386/apicvec.s index ae39cf975aa..4bd274b2a5e 100644 --- a/sys/arch/i386/i386/apicvec.s +++ b/sys/arch/i386/i386/apicvec.s @@ -1,5 +1,5 @@ -/* $OpenBSD: apicvec.s,v 1.5 2004/12/24 21:22:00 pvalchev Exp $ */ -/* $NetBSD: apicvec.s,v 1.1.2.2 2000/02/21 21:54:01 sommerfeld Exp $ */ +/* $OpenBSD: apicvec.s,v 1.6 2006/03/14 14:46:53 mickey Exp $ */ +/* $NetBSD: apicvec.s,v 1.1.2.2 2000/02/21 21:54:01 sommerfeld Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -38,9 +38,9 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ - + #include -#include +#include #ifdef __ELF__ #define XINTR(vec) Xintr/**/vec @@ -51,28 +51,28 @@ #ifdef MULTIPROCESSOR .globl XINTR(ipi) XINTR(ipi): - pushl $0 + pushl $0 pushl $T_ASTFLT - INTRENTRY - MAKE_FRAME + INTRENTRY + MAKE_FRAME pushl CPL movl _C_LABEL(lapic_ppr),%eax movl %eax,CPL ioapic_asm_ack() - sti /* safe to take interrupts.. */ + sti /* safe to take interrupts.. */ call _C_LABEL(i386_ipi_handler) jmp _C_LABEL(Xdoreti) #endif - + /* * Interrupt from the local APIC timer. */ .globl XINTR(ltimer) -XINTR(ltimer): - pushl $0 +XINTR(ltimer): + pushl $0 pushl $T_ASTFLT - INTRENTRY - MAKE_FRAME + INTRENTRY + MAKE_FRAME pushl CPL movl _C_LABEL(lapic_ppr),%eax movl %eax,CPL @@ -84,7 +84,7 @@ XINTR(ltimer): movl %esp,%eax pushl %eax call _C_LABEL(lapic_clockintr) - addl $4,%esp + addl $4,%esp #ifdef MULTIPROCESSOR call _C_LABEL(i386_softintunlock) #endif @@ -92,10 +92,10 @@ XINTR(ltimer): .globl XINTR(softclock), XINTR(softnet), XINTR(softtty) XINTR(softclock): - pushl $0 + pushl $0 pushl $T_ASTFLT - INTRENTRY - MAKE_FRAME + INTRENTRY + MAKE_FRAME pushl CPL movl $IPL_SOFTCLOCK,CPL andl $~(1<