[ARM] do_bad_area() always takes current and current->active_mm
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 27 Sep 2006 15:13:48 +0000 (16:13 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Sep 2006 15:13:48 +0000 (16:13 +0100)
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>

No differences found