Improve semaphore documentation
authorMatthew Wilcox <matthew@wil.cx>
Fri, 11 Apr 2008 19:23:52 +0000 (15:23 -0400)
committerMatthew Wilcox <willy@linux.intel.com>
Thu, 17 Apr 2008 14:43:01 +0000 (10:43 -0400)
commit714493cd5468f42ca3c4f730a9c17c203abd5059
tree9d087ad3b74cb1bd6fbd9be486fc2b361c6407dd
parentb17170b2fac96705db3188f093f89e8e838418e4
Improve semaphore documentation

Move documentation from semaphore.h to semaphore.c as requested by
Andrew Morton.  Also reformat to kernel-doc style and add some more
notes about the implementation.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
include/linux/semaphore.h
kernel/semaphore.c