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 175f85ceace3..1bfb6cf4dd55 100644 --- a/arch/x86/kernel/kprobes.c +++ b/arch/x86/kernel/kprobes.c | |||
@@ -642,8 +642,8 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) | |||
642 | /* Skip cs, ip, orig_ax and gs. */ \ | 642 | /* Skip cs, ip, orig_ax and gs. */ \ |
643 | " subl $16, %esp\n" \ | 643 | " subl $16, %esp\n" \ |
644 | " pushl %fs\n" \ | 644 | " pushl %fs\n" \ |
645 | " pushl %ds\n" \ | ||
646 | " pushl %es\n" \ | 645 | " pushl %es\n" \ |
646 | " pushl %ds\n" \ | ||
647 | " pushl %eax\n" \ | 647 | " pushl %eax\n" \ |
648 | " pushl %ebp\n" \ | 648 | " pushl %ebp\n" \ |
649 | " pushl %edi\n" \ | 649 | " pushl %edi\n" \ |