Commit 4ccfe3c5 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Futex update I: Trivial comment removal

This comment refers to the original implementation. Obsolete.
parent 1e8f2d8c
......@@ -35,12 +35,7 @@
#include <linux/time.h>
#include <asm/uaccess.h>
/* These mutexes are a very simple counter: the winner is the one who
decrements from 1 to 0. The counter starts at 1 when the lock is
free. A value other than 0 or 1 means someone may be sleeping.
This is simple enough to work on all architectures, but has the
problem that if we never "up" the semaphore it could eventually
wrap around. */
/* Simple "sleep if unchanged" interface. */
/* FIXME: This may be way too small. --RR */
#define FUTEX_HASHBITS 6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment