Martin Schwidefsky 4c1051e37a [S390] rework idle code
Whenever the cpu loads an enabled wait PSW it will appear as idle to the
underlying host system. The code in default_idle calls vtime_stop_cpu
which does the necessary voodoo to get the cpu time accounting right.
The udelay code just loads an enabled wait PSW. To correct this rework
the vtime_stop_cpu/vtime_start_cpu logic and move the difficult parts
to entry[64].S, vtime_stop_cpu can now be called from anywhere and
vtime_start_cpu is gone. The correction of the cpu time during wakeup
from an enabled wait PSW is done with a critical section in entry[64].S.
As vtime_start_cpu is gone, s390_idle_check can be removed as well.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2012-03-11 11:59:28 -04:00
..
2011-03-31 11:26:23 -03:00
2012-02-27 07:54:27 -08:00
2012-03-11 11:59:28 -04:00
2010-02-26 22:37:29 +01:00
2012-01-03 22:54:56 -05:00
2011-05-26 09:48:25 +02:00
2011-10-30 15:16:42 +01:00
2011-04-04 13:43:16 -04:00
2010-10-24 10:51:30 +02:00
2011-12-27 11:27:12 +01:00
2010-06-09 11:12:36 +02:00
2012-03-11 11:59:28 -04:00
2011-07-24 10:48:21 +02:00
2011-10-30 15:16:42 +01:00
2009-06-12 10:27:31 +02:00
2012-03-11 11:59:28 -04:00
2010-08-09 16:48:44 -04:00
2011-12-27 11:27:12 +01:00
2012-03-11 11:59:28 -04:00
2012-01-03 22:55:17 -05:00
2012-03-11 11:59:28 -04:00