aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-02-08 12:09:57 -0800
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:40:45 +0200
commitc3e6ff87a3ad9124a67e149e4f9c080626a0d83e (patch)
tree4b0bb99547414d083b061f1be80ba6e7f1feaab5 /arch/x86/kernel/ptrace.c
parentx86: make X86_32 pt_regs members unsigned long (diff)
downloadlinux-dev-c3e6ff87a3ad9124a67e149e4f9c080626a0d83e.tar.xz
linux-dev-c3e6ff87a3ad9124a67e149e4f9c080626a0d83e.zip
x86: regparm(3) is mandatory, no need to annotate
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Cc: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/ptrace.c')
-rw-r--r--arch/x86/kernel/ptrace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c
index eb92ccbb3502..559c1b027417 100644
--- a/arch/x86/kernel/ptrace.c
+++ b/arch/x86/kernel/ptrace.c
@@ -1456,7 +1456,6 @@ void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, int error_code)
/* notification of system call entry/exit
* - triggered by current->work.syscall_trace
*/
-__attribute__((regparm(3)))
int do_syscall_trace(struct pt_regs *regs, int entryexit)
{
int is_sysemu = test_thread_flag(TIF_SYSCALL_EMU);