diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-22 17:45:51 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2013-09-10 11:28:19 -0400 |
commit | 96184b606fa02ba8f6fe00a074d7d43617995008 (patch) | |
tree | d81e02964f41827b7364f35e4872c2058f06d52b /arch/cris | |
parent | 2e032852245b3dcfe5461d7353e34eb6da095ccf (diff) |
CRIS: remove "config OOM_REBOOT"
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>
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 3201ddb8da6a..cf0e3bc6d150 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -99,9 +99,6 @@ config ETRAX_KMALLOCED_MODULES | |||
99 | help | 99 | help |
100 | Enable module allocation with kmalloc instead of vmalloc. | 100 | Enable module allocation with kmalloc instead of vmalloc. |
101 | 101 | ||
102 | config OOM_REBOOT | ||
103 | bool "Enable reboot at out of memory" | ||
104 | |||
105 | source "kernel/Kconfig.preempt" | 102 | source "kernel/Kconfig.preempt" |
106 | 103 | ||
107 | source mm/Kconfig | 104 | source mm/Kconfig |