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:
00c5794
)
CRIS: Fix missing NR_CPUS in menuconfig
author
Jesper Nilsson
<jespern@axis.com>
Thu, 15 Jan 2015 16:30:40 +0000
(17:30 +0100)
committer
Jesper Nilsson
<jespern@axis.com>
Thu, 29 Jan 2015 09:10:08 +0000
(10:10 +0100)
The time Kconfig expects that NR_CPUS is defined.
This patch removes this config warning:
"kernel/time/Kconfig:163:warning: range is invalid"
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/Kconfig
patch
|
blob
|
history
diff --git
a/arch/cris/Kconfig
b/arch/cris/Kconfig
index
52731e2
..
4a03911
100644
(file)
--- a/
arch/cris/Kconfig
+++ b/
arch/cris/Kconfig
@@
-57,6
+57,10
@@
config HZ
int
default 100
+config NR_CPUS
+ int
+ default "1"
+
source "init/Kconfig"
source "kernel/Kconfig.freezer"