[PATCH] s390: show_cpuinfo fix
Disable preemption in show_cpuinfo to avoid problems and the warning about smp_processor_id. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> 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
90f4e12112
commit
b7ae9dd80a
@@ -634,6 +634,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
|
|||||||
struct cpuinfo_S390 *cpuinfo;
|
struct cpuinfo_S390 *cpuinfo;
|
||||||
unsigned long n = (unsigned long) v - 1;
|
unsigned long n = (unsigned long) v - 1;
|
||||||
|
|
||||||
|
preempt_disable();
|
||||||
if (!n) {
|
if (!n) {
|
||||||
seq_printf(m, "vendor_id : IBM/S390\n"
|
seq_printf(m, "vendor_id : IBM/S390\n"
|
||||||
"# processors : %i\n"
|
"# processors : %i\n"
|
||||||
@@ -658,6 +659,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
|
|||||||
cpuinfo->cpu_id.ident,
|
cpuinfo->cpu_id.ident,
|
||||||
cpuinfo->cpu_id.machine);
|
cpuinfo->cpu_id.machine);
|
||||||
}
|
}
|
||||||
|
preempt_enable();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user