Skip to content

Commit e102650

Browse files
mmindpalmer-dabbelt
authored andcommitted
riscv: remove FIXMAP_PAGE_IO and fall back to its default value
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@sntech.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Philipp Tomsich <philipp.tomsich@vrull.eu> Reviewed-by: Guo Ren <guoren@kernel.org> Link: https://lore.kernel.org/r/20220511192921.2223629-11-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent ff689fd commit e102650

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/riscv/include/asm/fixmap.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ enum fixed_addresses {
4545
__end_of_fixed_addresses
4646
};
4747

48-
#define FIXMAP_PAGE_IO PAGE_KERNEL
49-
5048
#define __early_set_fixmap __set_fixmap
5149

5250
#define __late_set_fixmap __set_fixmap

0 commit comments

Comments
 (0)