Merge tag 'for-linus' of https://github.com/openrisc/linux
[linux-2.6-microblaze.git] / include / asm-generic / qrwlock.h
index d4cd4cc..75b8f46 100644 (file)
@@ -2,6 +2,10 @@
 /*
  * Queue read/write lock
  *
+ * These use generic atomic and locking routines, but depend on a fair spinlock
+ * implementation in order to be fair themselves.  The implementation in
+ * asm-generic/spinlock.h meets these requirements.
+ *
  * (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.
  *
  * Authors: Waiman Long <waiman.long@hp.com>