diff options
Diffstat (limited to 'arch/x86/kernel/kprobes.c')
| -rw-r--r-- | arch/x86/kernel/kprobes.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/kprobes.c b/arch/x86/kernel/kprobes.c index 345a4b1fe14..675879b65ce 100644 --- a/arch/x86/kernel/kprobes.c +++ b/arch/x86/kernel/kprobes.c @@ -640,8 +640,8 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)  	/* Skip cs, ip, orig_ax and gs. */	\  	"	subl $16, %esp\n"	\  	"	pushl %fs\n"		\ -	"	pushl %ds\n"		\  	"	pushl %es\n"		\ +	"	pushl %ds\n"		\  	"	pushl %eax\n"		\  	"	pushl %ebp\n"		\  	"	pushl %edi\n"		\  |