]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
futex: add requeue-pi documentation
authorDarren Hart <dvhltc@us.ibm.com>
Thu, 7 May 2009 22:40:14 +0000 (15:40 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 9 May 2009 05:12:50 +0000 (07:12 +0200)
commitb30505c81a9d4adea8b70ecff512b0216929b797
tree047c22bf294c5642eba752fd7e9803ba2aada7e7
parentba9c22f2c01cf5c88beed5a6b9e07d42e10bd358
futex: add requeue-pi documentation

Add Documentation/futex-requeue-pi.txt describing the motivation for the
newly added FUTEX_*REQUEUE_PI op codes and their implementation.

[ Impact: add documentation ]

Signed-off-by: Darren Hart <dvhltc@us.ibm.com>
Cc: Sripathi Kodi <sripathik@in.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <johnstul@us.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Dinakar Guniguntala <dino@in.ibm.com>
Cc: Ulrich Drepper <drepper@redhat.com>
Cc: Eric Dumazet <dada1@cosmosbay.com>
Cc: Jakub Jelinek <jakub@redhat.com>
LKML-Reference: <4A03634E.3080609@us.ibm.com>
[ reformatted the file ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/futex-requeue-pi.txt [new file with mode: 0644]