commit | 6d5aefb8eaa38e44b5b8cf60c812aceafc02d924 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Dec 05 19:36:26 2006 +0000 |
committer | David Howells <dhowells@warthog.cambridge.redhat.com> | Tue Dec 05 19:36:26 2006 +0000 |
tree | 8945fd66a5f8a32f4daecf9799635ec5d7f86348 | |
parent | 9db73724453a9350e1c22dbe732d427e2939a5c9 [diff] |
WorkQueue: Fix up arch-specific work items where possible Fix up arch-specific work items where possible to use the new work_struct and delayed_work structs. Three places that enqueue bits of their stack and then return have been marked with #error as this is not permitted. Signed-Off-By: David Howells <dhowells@redhat.com>