mirror of
https://gitee.com/bianbu-linux/linux-6.6-fh
synced 2025-04-18 21:54:44 -04:00
rt-patch: fix patch failed
Change-Id: I7356902ec0714e0d89dd0d2e886b54bfcd2d7a13 Signed-off-by: lijuan <juan.li@spacemit.com>
This commit is contained in:
parent
2478da4f2d
commit
3ab0ab2134
1 changed files with 4 additions and 4 deletions
|
@ -465,18 +465,18 @@ index b1e6d275cda9..9a8d3970da3c 100644
|
|||
}
|
||||
|
||||
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
|
||||
index 395e58a95299..92a6825c2933 100644
|
||||
index 247c53645ec7..1df5d327df54 100644
|
||||
--- a/arch/riscv/Kconfig
|
||||
+++ b/arch/riscv/Kconfig
|
||||
@@ -49,6 +49,7 @@ config RISCV
|
||||
select ARCH_SUPPORTS_HUGETLBFS if MMU
|
||||
@@ -52,6 +52,7 @@ config RISCV
|
||||
select ARCH_SUPPORTS_LTO_CLANG_THIN if LLD_VERSION >= 140000
|
||||
select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU
|
||||
select ARCH_SUPPORTS_PER_VMA_LOCK if MMU
|
||||
+ select ARCH_SUPPORTS_RT
|
||||
select ARCH_SUPPORTS_SHADOW_CALL_STACK if HAVE_SHADOW_CALL_STACK
|
||||
select ARCH_USE_MEMTEST
|
||||
select ARCH_USE_QUEUED_RWLOCKS
|
||||
@@ -137,6 +138,7 @@ config RISCV
|
||||
@@ -140,6 +141,7 @@ config RISCV
|
||||
select HAVE_PERF_USER_STACK_DUMP
|
||||
select HAVE_POSIX_CPU_TIMERS_TASK_WORK
|
||||
select HAVE_PREEMPT_DYNAMIC_KEY if !XIP_KERNEL
|
||||
|
|
Loading…
Add table
Reference in a new issue