Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b237ba8f authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

arc: fix incorrect ifdef comment



Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent e6251fc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -535,4 +535,4 @@ int __kprobes disasm_next_pc(unsigned long pc, struct pt_regs *regs,
	return instr.is_branch;
	return instr.is_branch;
}
}


#endif /* CONFIG_KGDB || CONFIG_MISALIGN_ACCESS || CONFIG_KPROBES */
#endif /* CONFIG_KGDB || CONFIG_ARC_MISALIGN_ACCESS || CONFIG_KPROBES */