projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c2a6cc
)
arm64: Kconfig: remove SMP dependence for NUMA
author
Kefeng Wang
<wangkefeng.wang@huawei.com>
Tue, 27 Sep 2016 03:57:18 +0000
(11:57 +0800)
committer
Will Deacon
<will.deacon@arm.com>
Wed, 28 Sep 2016 09:43:38 +0000
(10:43 +0100)
The arm64 forces CONFIG_SMP=y with commit
4b3dc9679cf7
, no need to
add SMP dependence for NUMA.
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm64/Kconfig
b/arch/arm64/Kconfig
index 4572f00e64f59ab36eb57ad20abd6a70249e6559..17c14a1d9112090f098be228cf1ae14bd88f7c41 100644
(file)
--- a/
arch/arm64/Kconfig
+++ b/
arch/arm64/Kconfig
@@
-579,7
+579,6
@@
config HOTPLUG_CPU
# Common NUMA Features
config NUMA
bool "Numa Memory Allocation and Scheduler Support"
- depends on SMP
select ACPI_NUMA if ACPI
select OF_NUMA
help