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 6067fa4de22b..8cdb78642e93 100644 --- a/arch/arm/mm/alignment.c +++ b/arch/arm/mm/alignment.c | |||
@@ -945,7 +945,7 @@ do_alignment(unsigned long addr, unsigned int fsr, struct pt_regs *regs) | |||
945 | goto fixup; | 945 | goto fixup; |
946 | 946 | ||
947 | if (ai_usermode & UM_SIGNAL) { | 947 | if (ai_usermode & UM_SIGNAL) { |
948 | force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr, current); | 948 | force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); |
949 | } else { | 949 | } else { |
950 | /* | 950 | /* |
951 | * We're about to disable the alignment trap and return to | 951 | * We're about to disable the alignment trap and return to |