Skip to content

Commit

Permalink
[FLIGHT] linux-kernel: (loongarch64) use 4KB (4-level) page size
Browse files Browse the repository at this point in the history
This is only intended as an experiment for LATX and old-world compatibility.
  • Loading branch information
MingcongBai committed Sep 19, 2024
1 parent 6fce7b7 commit 4331926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions runtime-kernel/linux-kernel/autobuild/loongarch64/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CONFIG_16KB_2LEVEL is not set
CONFIG_16KB_3LEVEL=y
# CONFIG_16KB_3LEVEL is not set
# CONFIG_4KB_3LEVEL is not set
# CONFIG_4KB_4LEVEL is not set
CONFIG_4KB_4LEVEL=y
CONFIG_64BIT=y
# CONFIG_64KB_2LEVEL is not set
# CONFIG_64KB_3LEVEL is not set
Expand Down
2 changes: 1 addition & 1 deletion runtime-kernel/linux-kernel/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VER=6.10.11
#REL=1
REL=1

# Note: For use inside autobuild/.
__VER="${VER}"
Expand Down

0 comments on commit 4331926

Please sign in to comment.