From: Alan Cox Date: Thu, 26 Feb 2015 22:43:50 +0000 (+0000) Subject: simple: no cache flusher needed X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=77cd36732e506da826338a754684768780393a3e;p=FUZIX.git simple: no cache flusher needed --- diff --git a/Kernel/simple.c b/Kernel/simple.c index a4313fe3..2e7ba952 100644 --- a/Kernel/simple.c +++ b/Kernel/simple.c @@ -71,7 +71,6 @@ int swapout(ptptr p) map = swapmap_alloc(); if (map == 0) return ENOMEM; - flush_cache(p); blk = map * SWAP_SIZE; /* Write the app (and possibly the uarea etc..) to disk */ swapwrite(SWAPDEV, blk, SWAPTOP - SWAPBASE,