summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@petalogix.com>2011-08-23 23:16:15 +0200
committerMichal Simek <monstr@monstr.eu>2011-10-14 12:24:31 +0200
commit69515f8b957a4b1558d4726ffa6be2484e1dcb60 (patch)
tree4c3212f3489341df851a04853027f4f32723f139 /arch/microblaze/kernel
parent0fb2a6f283f25731217841f961cefa0a19bd449d (diff)
downloadlinux-3.10-69515f8b957a4b1558d4726ffa6be2484e1dcb60.tar.gz
linux-3.10-69515f8b957a4b1558d4726ffa6be2484e1dcb60.tar.bz2
linux-3.10-69515f8b957a4b1558d4726ffa6be2484e1dcb60.zip
microblaze: Switch ELF_ARCH code to 189
Switch arch code to 189, the registered code in the upstream version of binutils. Continue to accept the experimental 0xbaab. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r--arch/microblaze/kernel/ptrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/ptrace.c b/arch/microblaze/kernel/ptrace.c
index 6a8e0cc5c57..043cb58f9c4 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)
ret = -1L;
if (unlikely(current->audit_context))
- audit_syscall_entry(EM_XILINX_MICROBLAZE, regs->r12,
+ audit_syscall_entry(EM_MICROBLAZE, regs->r12,
regs->r5, regs->r6,
regs->r7, regs->r8);