Redo and improve thread scheduling startup.
[pintos-anon] / src / threads / palloc.h
index 5b75e5563ea3795725b88793cbc58049b8f98150..7250e98e64bc64089acc1f4276fc60e7a8da12c7 100644 (file)
@@ -1,10 +1,6 @@
 #ifndef HEADER_PALLOC_H
 #define HEADER_PALLOC_H 1
 
-/* Page allocator.  Hands out memory in page-size chunks.
-   See malloc.h for an allocator that hands out smaller
-   chunks. */
-
 #include <stdint.h>
 
 enum palloc_flags