commit | 92a1f4bc7af13949d2185449307088cf98b4755d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Thu Dec 06 10:55:25 2007 -0500 |
committer | Matthew Wilcox <willy@linux.intel.com> | Thu Dec 06 17:07:29 2007 -0500 |
tree | db5a1a87a0170ae5dcba05228f5e3c1a78612fcf | |
parent | 4a6e9e2ce822c9f597b3036887f6cf5fa3a79375 [diff] |
Add macros to replace direct uses of TASK_ flags With the changes to support TASK_KILLABLE, ->state becomes a bitmask, and moving these tests to convenience macros will fix all the users. Signed-off-by: Matthew Wilcox <willy@linux.intel.com>