Skip to content

Commit af7a16e

Browse files
committed
xtensa: enable ARCH_HAS_DEBUG_VM_PGTABLE
xtensa kernels successfully build and run with CONFIG_DEBUG_VM_PGTABLE=y, enable arch support for it. Reviewed-by: Anshuman Khandual <[email protected]> Signed-off-by: Max Filippov <[email protected]>
1 parent 733f5c2 commit af7a16e

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
@@ -27,5 +27,5 @@
2727
| sparc: | TODO |
2828
| um: | TODO |
2929
| x86: | ok |
30-
| xtensa: | TODO |
30+
| xtensa: | ok |
3131
-----------------------

arch/xtensa/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ config XTENSA
44
select ARCH_32BIT_OFF_T
55
select ARCH_HAS_BINFMT_FLAT if !MMU
66
select ARCH_HAS_CURRENT_STACK_POINTER
7+
select ARCH_HAS_DEBUG_VM_PGTABLE
78
select ARCH_HAS_DMA_PREP_COHERENT if MMU
89
select ARCH_HAS_SYNC_DMA_FOR_CPU if MMU
910
select ARCH_HAS_SYNC_DMA_FOR_DEVICE if MMU

0 commit comments

Comments
 (0)