diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-09-08 09:48:15 +0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-10-13 13:16:15 +0400 |
commit | 1736a56f3d1d5765fa8953d39a900a494d7e415c (patch) | |
tree | 120baf9127ca52b9a0ddc7b108387cbdc0d08e1d /arch/arc/kernel/disasm.c | |
parent | 5c05483e2db91890faa9a7be0a831701a3f442d6 (diff) | |
download | linux-1736a56f3d1d5765fa8953d39a900a494d7e415c.tar.xz |
ARC: rename kconfig option for unaligned emulation
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/disasm.c')
-rw-r--r-- | arch/arc/kernel/disasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/kernel/disasm.c b/arch/arc/kernel/disasm.c index b8a549c4f540..3b7cd4864ba2 100644 --- a/arch/arc/kernel/disasm.c +++ b/arch/arc/kernel/disasm.c @@ -15,7 +15,7 @@ #include <linux/uaccess.h> #include <asm/disasm.h> -#if defined(CONFIG_KGDB) || defined(CONFIG_ARC_MISALIGN_ACCESS) || \ +#if defined(CONFIG_KGDB) || defined(CONFIG_ARC_EMUL_UNALIGNED) || \ defined(CONFIG_KPROBES) /* disasm_instr: Analyses instruction at addr, stores @@ -535,4 +535,4 @@ int __kprobes disasm_next_pc(unsigned long pc, struct pt_regs *regs, return instr.is_branch; } -#endif /* CONFIG_KGDB || CONFIG_ARC_MISALIGN_ACCESS || CONFIG_KPROBES */ +#endif /* CONFIG_KGDB || CONFIG_ARC_EMUL_UNALIGNED || CONFIG_KPROBES */ |