[PATCH] s390: fix ipd handling
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 1 May 2006 19:16:14 +0000 (12:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 2 May 2006 01:17:46 +0000 (18:17 -0700)
commit022e4fc0fb2e4e179aaba4ee139dcb8fded0cba2
treefbe70e06b897015226d209f54225e68f52ff7dc5
parent8261aa600943046a5305564a1cd7432009971799
[PATCH] s390: fix ipd handling

As pointed out by Paulo Marques <pmarques@grupopie.com> MAX_IPD_TIME is by
a factor of ten too small.  Since this means that we allow ten times more
IPDs in the intended time frame this could result in a cpu check stop of a
physical cpu.

Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/s390/s390mach.c