zx128: we pre-initialize these
authorAlan Cox <alan@linux.intel.com>
Mon, 20 Apr 2015 21:41:54 +0000 (22:41 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 20 Apr 2015 21:41:54 +0000 (22:41 +0100)
Kernel/platform-zx128/main.c

index 1172695..35acd63 100644 (file)
@@ -9,9 +9,6 @@ uint16_t ramtop = PROGTOP;
 
 void pagemap_init(void)
 {
-  /* The live process also has 2 and the non running one 6 */
-  pagemap_add(4);
-  pagemap_add(3);
   /* Swap */
   swapmap_add(0);
   swapmap_add(1);