From 1cb5887abe3fd6d14ee280ff9d401ad290bc8a5b Mon Sep 17 00:00:00 2001 From: Yanyan Shen Date: Thu, 10 Oct 2019 15:04:26 +1100 Subject: [PATCH] trivial: Update CHANGES --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index f65a928f8..8316004d3 100644 --- a/CHANGES +++ b/CHANGES @@ -58,6 +58,7 @@ Upcoming release: BREAKING * Merge ARCH_Page_Remap functionality into ARCH_Page_Map. Remap was used for updating the mapping attributes of a page without changing its virtual address. Now ARCH_Page_Map can be performed on an existing mapping to achieve the same result. The ARCH_Page_Remap invocation has been removed from all configurations. +* riscv64: Experimental SMP support for RISCV64 on HiFive. ## Upgrade Notes ---