[PATCH] entry.S ALIGNs, kernel 2.5.62

From: fcorneli@elis.rug.ac.be
Date: Mon Feb 24 2003 - 06:45:35 EST


Hi,

Since the ENTRY macro offers an ALIGN directive we can remove some
obsolete ALIGNs from entry.S.

BTW: arch/i386/kernel/ptrace.c:do_syscall_trace has regparm(3). Shouldn't
that be 2?

Frank.

--- entry.S.orig 2003-02-24 12:34:34.000000000 +0100
+++ entry.S 2003-02-24 12:35:07.000000000 +0100
@@ -228,7 +228,6 @@
 #define SYSENTER_RETURN 0xffffe010
 
         # sysenter call handler stub
- ALIGN
 ENTRY(sysenter_entry)
         sti
         pushl $(__USER_DS)
@@ -271,7 +270,6 @@
 
 
         # system call handler stub
- ALIGN
 ENTRY(system_call)
         pushl %eax # save orig_eax
         SAVE_ALL

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:18 EST