summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-07-31 23:48:36 +0200
committerRichard Braun <rbraun@sceen.net>2018-07-31 23:48:36 +0200
commit9cd5b2f3d0e64ba2d7b8919368d2587732c80d84 (patch)
tree7e305e0475230b97f656e11412cc6e99518fed44
parent6bb5b3fa1d1bacac4b606cc6acdddc8bdd98b01a (diff)
kern/rcu: add TODO entry
-rw-r--r--kern/rcu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/rcu.c b/kern/rcu.c
index 9f2b993b..6126a7a7 100644
--- a/kern/rcu.c
+++ b/kern/rcu.c
@@ -72,6 +72,7 @@
* |
* +-------------
*
+ * TODO Explain the need for separate work/reader window flips.
* TODO Improve atomic acknowledgment scalability.
* TODO Handle large amounts of deferred works.
* TODO Priority boosting of slow readers.