From 9e62bd5241289752f8ffefe7912e306145742e51 Mon Sep 17 00:00:00 2001 From: Tomas Hruby Date: Fri, 13 Nov 2009 09:30:45 +0000 Subject: [PATCH] .align replaced by .balign in mpx386.S --- kernel/arch/i386/mpx386.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/arch/i386/mpx386.S b/kernel/arch/i386/mpx386.S index 83c73d76e..583448fe9 100644 --- a/kernel/arch/i386/mpx386.S +++ b/kernel/arch/i386/mpx386.S @@ -372,7 +372,7 @@ hwint15: /* * syscall is only from a process to kernel */ -.align 16 +.balign 16 .globl syscall_entry syscall_entry: @@ -404,7 +404,7 @@ syscall_entry: jmp restart -.align 16 +.balign 16 /* * called by the exception interrupt vectors. If the exception does not push * errorcode, we assume that the vector handler pushed 0 instead. Next pushed -- 2.44.0