aboutsummaryrefslogtreecommitdiff
path: root/include/linux/edac.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-12-12 12:29:04 +0100
committerSteven Rostedt <rostedt@rostedt.homelinux.com>2013-03-22 10:07:33 -0400
commit053dc208381d2dc76ca340ef1cdd4b92e1311e86 (patch)
treeafd6edb5d64805770fd0bbd5063161a75a09533e /include/linux/edac.h
parent1e92509213ae045e263acfc9afa3ed90f5dc6ccf (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> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> [backport by: Tim Sander <tim.sander@hbm.com> ]
Diffstat (limited to 'include/linux/edac.h')
0 files changed, 0 insertions, 0 deletions