From: Chris Metcalf Date: Mon, 2 May 2011 18:50:06 +0000 (-0400) Subject: arch/tile: support TIF_NOTIFY_RESUME X-Git-Tag: v3.0-rc1~152^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313ce674d3cbc2d48ed34a9462427920ac54f4ad;p=pandora-kernel.git arch/tile: support TIF_NOTIFY_RESUME This support is required for CONFIG_KEYS, NFSv4 kernel DNS, etc. The change is slightly more complex than the minimal thing, since I took advantage of having to go into the assembly code to just move a bunch of stuff into C code: specifically, the schedule(), do_async_page_fault(), do_signal(), and single_step_once() support, in addition to the TIF_NOTIFY_RESUME support. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed