zx128: update main for final memory mappings
authorAlan Cox <alan@linux.intel.com>
Thu, 19 Feb 2015 11:35:08 +0000 (11:35 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 19 Feb 2015 11:35:08 +0000 (11:35 +0000)
Kernel/platform-zx128/main.c

index bd4ffcb..bc79fe3 100644 (file)
@@ -8,8 +8,8 @@ uint16_t ramtop = PROGTOP;
 
 void pagemap_init(void)
 {
-  /* The live process also has 2 and the non running one 4 */
-  pagemap_add(6);
+  /* The live process also has 2 and the non running one 6 */
+  pagemap_add(4);
   pagemap_add(3);
 }