commit | 313ce674d3cbc2d48ed34a9462427920ac54f4ad | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Mon May 02 14:50:06 2011 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Mon May 02 18:53:35 2011 -0400 |
tree | 7478150a1268c79851f1a366158c59606330e700 | |
parent | 93013a0f533fb3dd6875ca670d8e0bb4166a796e [diff] |
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 <cmetcalf@tilera.com>