projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e03285
)
CRIS: remove "config OOM_REBOOT"
author
Paul Bolle
<pebolle@tiscali.nl>
Fri, 22 Mar 2013 21:45:51 +0000
(22:45 +0100)
committer
Jesper Nilsson
<jespern@axis.com>
Tue, 10 Sep 2013 15:28:19 +0000
(17:28 +0200)
The Kconfig symbol OOM_REBOOT got added in v2.6.25. It has never been
used. Its entry can safely be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
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
3201ddb
..
cf0e3bc
100644
(file)
--- a/
arch/cris/Kconfig
+++ b/
arch/cris/Kconfig
@@
-99,9
+99,6
@@
config ETRAX_KMALLOCED_MODULES
help
Enable module allocation with kmalloc instead of vmalloc.
-config OOM_REBOOT
- bool "Enable reboot at out of memory"
-
source "kernel/Kconfig.preempt"
source mm/Kconfig