From b5619063c323e02d3080948da6a834596de8767a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 20 Apr 2015 22:41:54 +0100 Subject: [PATCH] zx128: we pre-initialize these --- Kernel/platform-zx128/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Kernel/platform-zx128/main.c b/Kernel/platform-zx128/main.c index 11726950..35acd631 100644 --- a/Kernel/platform-zx128/main.c +++ b/Kernel/platform-zx128/main.c @@ -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); -- 2.34.1