riscv: remove FIXMAP_PAGE_IO and fall back to its
From: Heiko Stuebner <heiko@...> Date: Thu, 9 Dec 2021 19:42:49 +0100
Commit-Message
If not defined in the arch, FIXMAP_PAGE_IO defaults to PAGE_KERNEL_IO, which we defined when adding the svpbmt implementation. So drop the FIXMAP_PAGE_IO riscv define. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/riscv/include/asm/fixmap.h | 2 -- 1 file changed, 2 deletions(-)
Statistics
- 0 lines added
- 2 lines removed
Changes
----------------------- arch/riscv/include/asm/fixmap.h ------------------------
index 54cbf07fb4e9..899b59bdb9eb 100644
@@ -43,8 +43,6 @@ enum fixed_addresses {
__end_of_fixed_addresses
};
#define __early_set_fixmap __set_fixmap
#define __late_set_fixmap __set_fixmap