]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/kern/factory.cpp
update
[l4.git] / kernel / fiasco / src / kern / factory.cpp
index 144130b1ac9ebdd10a43316e582ae613e377a953..a6fbb740382508a312c24c4fbefb3e0378f1d83a 100644 (file)
@@ -99,11 +99,10 @@ Factory::map_obj(Kobject_iface *o, Mword cap, Space *c_space,
   if (!map(o, o_space, c_space, cap, rl.list()))
     {
       delete o;
-      // FIXME: reap stuff if needed
       return commit_result(-L4_err::ENomem);
     }
 
-  // FIXME: reap stuff if needed
+  // return a tag with one typed item for the returned capability
   return commit_result(0, 0, 1);
 }