From 3a026a0aaa0f49f753513a1b4dcc072d91f119d2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 2 Oct 2015 16:47:22 +0100 Subject: [PATCH] zx128: platform_discard hook --- Kernel/platform-zx128/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-zx128/config.h b/Kernel/platform-zx128/config.h index 06e9c320..9c906335 100644 --- a/Kernel/platform-zx128/config.h +++ b/Kernel/platform-zx128/config.h @@ -76,3 +76,5 @@ /* All our pages get mapped into the top 16K bank for swapping use */ #define swap_map(x) ((uint8_t *)(x|0xC000)) + +#define platform_discard() -- 2.34.1