lkml.org 
[lkml]   [2003]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] entry.S ALIGNs, kernel 2.5.62
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/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.032 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site