diff options
Diffstat (limited to 'kern/work.c')
-rw-r--r-- | kern/work.c | 3 |
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> |