diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-12-12 12:29:04 +0100 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2011-12-28 16:25:51 -0600 |
commit | 9decb57fc1fd2768ddec968efeb02e2aaea756fa (patch) | |
tree | 68ef1d15bdf1ba61c826c59bf32ec04880f69001 /lib/debugobjects.c | |
parent | 6f6bbea05db565bc211ebaa501606b15d0ccc5e4 (diff) |
wait-simple: Simple waitqueue implementation
wait_queue is a swiss army knife and in most of the cases the
complexity is not needed. For RT waitqueues are a constant source of
trouble as we can't convert the head lock to a raw spinlock due to
fancy and long lasting callbacks.
Provide a slim version, which allows RT to replace wait queues. This
should go mainline as well, as it lowers memory consumption and
runtime overhead.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions