WorkQueue: Fix up arch-specific work items where possible
authorDavid Howells <dhowells@redhat.com>
Tue, 5 Dec 2006 19:36:26 +0000 (19:36 +0000)
committerDavid Howells <dhowells@warthog.cambridge.redhat.com>
Tue, 5 Dec 2006 19:36:26 +0000 (19:36 +0000)
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>

No differences found