aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/etr.h
Commit message (Collapse)AuthorAgeFilesLines
* [S390] move include/asm-s390 to arch/s390/include/asmMartin Schwidefsky2008-08-011-258/+0
| | | | Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* [S390] stp support.Martin Schwidefsky2008-07-141-3/+42
| | | | | | | Add support for clock synchronization with the server time protocol. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
* [S390] ETR support.Martin Schwidefsky2007-02-051-0/+219
This patch adds support for clock synchronization to an external time reference (ETR). The external time reference sends an oscillator signal and a synchronization signal every 2^20 microseconds to keep the TOD clocks of all connected servers in sync. For availability two ETR units can be connected to a machine. If the clock deviates for more than the sync-check tolerance all cpus get a machine check that indicates that the clock is out of sync. For the lovely details how to get the clock back in sync see the code below. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>