Applied patch set 6 by Ben, derived from Anthony's megapatch, and minor
[pintos-anon] / src / threads / init.h
index a6fec055d0b66067fd590441b06c2d2a141492ea..863d1de6df079ea8e7567e49d3d3298ec7c8ade3 100644 (file)
@@ -6,9 +6,6 @@
 #include <stddef.h>
 #include <stdint.h>
 
-/* Physical memory size, in 4 kB pages. */
-extern size_t ram_pages;
-
 /* Page directory with kernel mappings only. */
 extern uint32_t *base_page_dir;