Skip to content

Commit

Permalink
[fix temp]: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Feb 26, 2024
1 parent 14ae946 commit 72d919f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/riscv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ config ARCH_RV64ILP32
depends on NONPORTABLE
select ARCH_SUPPORTS_INT128 if !$(cc-option,$(m64-flag) -D__SIZEOF_INT128__=0)
select 32BIT
select PHYS_ADDR_T_64BIT
select MMU
select VDSO64ILP32
select ARCH_HAS_64ILP32_KERNEL
Expand Down
2 changes: 1 addition & 1 deletion include/linux/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ static inline bool arch_has_pfn_modify_check(void)
typedef unsigned int pgtbl_mod_mask;

#endif /* !__ASSEMBLY__ */

#define MAX_POSSIBLE_PHYSMEM_BITS 38
#if !defined(MAX_POSSIBLE_PHYSMEM_BITS) && !defined(CONFIG_64BIT)
#ifdef CONFIG_PHYS_ADDR_T_64BIT
/*
Expand Down

0 comments on commit 72d919f

Please sign in to comment.