diff options
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r-- | arch/microblaze/kernel/ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/ptrace.c b/arch/microblaze/kernel/ptrace.c index 6a8e0cc5c57d..043cb58f9c44 100644 --- a/arch/microblaze/kernel/ptrace.c +++ b/arch/microblaze/kernel/ptrace.c | |||
@@ -148,7 +148,7 @@ asmlinkage long do_syscall_trace_enter(struct pt_regs *regs) | |||
148 | ret = -1L; | 148 | ret = -1L; |
149 | 149 | ||
150 | if (unlikely(current->audit_context)) | 150 | if (unlikely(current->audit_context)) |
151 | audit_syscall_entry(EM_XILINX_MICROBLAZE, regs->r12, | 151 | audit_syscall_entry(EM_MICROBLAZE, regs->r12, |
152 | regs->r5, regs->r6, | 152 | regs->r5, regs->r6, |
153 | regs->r7, regs->r8); | 153 | regs->r7, regs->r8); |
154 | 154 | ||