[PATCH] Fix undefined symbols for nommu architecture
Signed-off-by: Luke Yang <luke.adi@gmail.com> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
c8b8b1f2e0
commit
7a9166e3b0
@@ -636,6 +636,7 @@ static ctl_table kern_table[] = {
|
||||
.proc_handler = &proc_dointvec,
|
||||
},
|
||||
#endif
|
||||
#if defined(CONFIG_MMU)
|
||||
{
|
||||
.ctl_name = KERN_RANDOMIZE,
|
||||
.procname = "randomize_va_space",
|
||||
@@ -644,6 +645,7 @@ static ctl_table kern_table[] = {
|
||||
.mode = 0644,
|
||||
.proc_handler = &proc_dointvec,
|
||||
},
|
||||
#endif
|
||||
#if defined(CONFIG_S390) && defined(CONFIG_SMP)
|
||||
{
|
||||
.ctl_name = KERN_SPIN_RETRY,
|
||||
|
Reference in New Issue
Block a user