summaryrefslogtreecommitdiff
path: root/kern/work.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2014-06-07 08:17:55 +0200
committerRichard Braun <rbraun@sceen.net>2014-06-07 08:17:55 +0200
commit3fbf90c0f989d32c821dbe22f3270988876f1d6a (patch)
tree03dbc63ce237cb7829b6fac2e2c207d8670c82d3 /kern/work.c
parente1badd5bc9c020dfefcdb68aeb9dec9df95369db (diff)
kern/work: add a comment back
That comment contains a TODO item that was removed by mistake.
Diffstat (limited to 'kern/work.c')
-rw-r--r--kern/work.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/work.c b/kern/work.c
index bea43dba..1d41069e 100644
--- a/kern/work.c
+++ b/kern/work.c
@@ -13,6 +13,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ *
+ * TODO Per-processor pools.
*/
#include <kern/assert.h>