diff options
Diffstat (limited to 'arch/arm/mm/alignment.c')
-rw-r--r-- | arch/arm/mm/alignment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/alignment.c b/arch/arm/mm/alignment.c index e376883ab35b..a6fffd788c9c 100644 --- a/arch/arm/mm/alignment.c +++ b/arch/arm/mm/alignment.c | |||
@@ -948,7 +948,7 @@ do_alignment(unsigned long addr, unsigned int fsr, struct pt_regs *regs) | |||
948 | goto fixup; | 948 | goto fixup; |
949 | 949 | ||
950 | if (ai_usermode & UM_SIGNAL) { | 950 | if (ai_usermode & UM_SIGNAL) { |
951 | force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr, current); | 951 | force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); |
952 | } else { | 952 | } else { |
953 | /* | 953 | /* |
954 | * We're about to disable the alignment trap and return to | 954 | * We're about to disable the alignment trap and return to |