aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/abiv1/alignment.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/abiv1/alignment.c')
-rw-r--r--arch/csky/abiv1/alignment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/abiv1/alignment.c b/arch/csky/abiv1/alignment.c
index d789be36eb4f..27ef5b2c43ab 100644
--- a/arch/csky/abiv1/alignment.c
+++ b/arch/csky/abiv1/alignment.c
@@ -283,7 +283,7 @@ bad_area:
283 do_exit(SIGKILL); 283 do_exit(SIGKILL);
284 } 284 }
285 285
286 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr, current); 286 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr);
287} 287}
288 288
289static struct ctl_table alignment_tbl[4] = { 289static struct ctl_table alignment_tbl[4] = {