aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/extable.c
Commit message (Collapse)AuthorAge
* ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta2017-03-30
| | | | | | | ... and switch to generic out of line version in lib/usercopy.c Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* arc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-26
| | | | | | | | | | | | | This file was only including module.h for exception table related functions. We've now separated that content out into its own file "extable.h" so now move over to that and avoid all the extra header content in module.h that we don't really need to compile this file. Since the file does have some EXPORT_SYMBOL, we add export.h include. Cc: Vineet Gupta <vgupta@synopsys.com> Acked-by: Vineet Gupta <vgupta@synopsys.com> Cc: linux-snps-arc@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
* ARC: Fix coding style issuesSachin Kamat2013-04-09
| | | | | | | | | | | Fixes the following coding style issues as detected by checkpatch: ERROR: space required before the open parenthesis '(' ERROR: "foo * bar" should be "foo *bar" WARNING: space prohibited between function name and open parenthesis '(' WARNING: please, no spaces at the start of a line Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
* ARC: uaccess friendsVineet Gupta2013-02-11
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>