From: Russell King Date: Wed, 27 Sep 2006 15:13:48 +0000 (+0100) Subject: [ARM] do_bad_area() always takes current and current->active_mm X-Git-Tag: v2.6.19-rc1~885^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5beac371af0af47bcbd6819f4c2a0a2721a1735;p=pandora-kernel.git [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 --- Reading git-diff-tree failed