Skip to content

Commit 614d7e9

Browse files
committed
LoongArch: Add ARCH_HAS_DEBUG_VM_PGTABLE support
Add ARCH_HAS_DEBUG_VM_PGTABLE selection in Kconfig, in order to make corresponding vm debug features usable on LoongArch. Also update the corresponding arch-support.txt document. Signed-off-by: Huacai Chen <[email protected]>
1 parent b7a2750 commit 614d7e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation/features/debug/debug-vm-pgtable/arch-support.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| arm64: | ok |
1313
| csky: | TODO |
1414
| hexagon: | TODO |
15-
| loongarch: | TODO |
15+
| loongarch: | ok |
1616
| m68k: | TODO |
1717
| microblaze: | TODO |
1818
| mips: | TODO |

arch/loongarch/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ config LOONGARCH
1616
select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI
1717
select ARCH_HAS_CPU_FINALIZE_INIT
1818
select ARCH_HAS_CURRENT_STACK_POINTER
19+
select ARCH_HAS_DEBUG_VM_PGTABLE
1920
select ARCH_HAS_FAST_MULTIPLIER
2021
select ARCH_HAS_FORTIFY_SOURCE
2122
select ARCH_HAS_KCOV

0 commit comments

Comments
 (0)