aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/kprobes.h
Commit message (Collapse)AuthorAge
* ARC: Remove explicit passing around of ECRVineet Gupta2013-06-26
| | | | | | | | | | | | With ECR now part of pt_regs * No need to propagate from lowest asm handlers as arg * No need to save it in tsk->thread.cause_code * Avoid bit chopping to access the bit-fields More code consolidation, cleanup Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
* ARC: kprobes supportVineet Gupta2013-02-15
Origin port done by Rajeshwar Ranga Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Rajeshwar Ranga <rajeshwar.ranga@gmail.com>