[PATCH] s390: spinlock fixes
Remove useless spin_retry_counter and fix compilation for UP kernels. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.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
68c1191778
commit
0152fb3760
@@ -648,7 +648,7 @@ static ctl_table kern_table[] = {
|
||||
.mode = 0644,
|
||||
.proc_handler = &proc_dointvec,
|
||||
},
|
||||
#if defined(CONFIG_S390)
|
||||
#if defined(CONFIG_S390) && defined(CONFIG_SMP)
|
||||
{
|
||||
.ctl_name = KERN_SPIN_RETRY,
|
||||
.procname = "spin_retry",
|
||||
|
Reference in New Issue
Block a user