commit | e5beac371af0af47bcbd6819f4c2a0a2721a1735 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Sep 27 16:13:48 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Sep 27 16:13:48 2006 +0100 |
tree | 6dbaf0a1ba258977da34e3efa00b035a69ef67ec | |
parent | 80878d6c4ab8611a0edf139a7f8a7a64860b87c9 [diff] |
[ARM] do_bad_area() always takes current and current->active_mm Since do_bad_area() always takes the currently active task and (supposed to) take the currently active MM, there's no point passing them to this function. Instead, obtain references to them inside do_bad_area(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>