We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409a0c0 commit 5d2c5b8Copy full SHA for 5d2c5b8
arch/um/Kconfig
@@ -6,6 +6,7 @@ config UML
6
bool
7
default y
8
select ARCH_WANTS_DYNAMIC_TASK_STRUCT
9
+ select ARCH_HAS_CACHE_LINE_SIZE
10
select ARCH_HAS_CPU_FINALIZE_INIT
11
select ARCH_HAS_FORTIFY_SOURCE
12
select ARCH_HAS_GCOV_PROFILE_ALL
@@ -83,9 +84,6 @@ config NR_CPUS
83
84
range 1 1
85
default 1
86
-config ARCH_HAS_CACHE_LINE_SIZE
87
- def_bool y
88
-
89
source "arch/$(HEADER_ARCH)/um/Kconfig"
90
91
config MAY_HAVE_RUNTIME_DEPS
0 commit comments