]> Zhao Yanbai Git Server - minix.git/commitdiff
.align replaced by .balign in mpx386.S
authorTomas Hruby <tom@minix3.org>
Fri, 13 Nov 2009 09:30:45 +0000 (09:30 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 13 Nov 2009 09:30:45 +0000 (09:30 +0000)
kernel/arch/i386/mpx386.S

index 83c73d76e3096dd4354574f10b96d71dfee700c8..583448fe92e48a6bb040b9565c1b1705fd8380cd 100644 (file)
@@ -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