]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] fix clock comparator save area usage
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 26 Mar 2009 14:24:57 +0000 (15:24 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 26 Mar 2009 14:24:32 +0000 (15:24 +0100)
commit7519469c7953b14dd56422756ad041fa4495c45e
tree5de8684b043633acb46f81fc14f91aeb070bf851
parent20eb509adbff96c3852c43983bc856875ea0e907
[S390] fix clock comparator save area usage

The lowcore clock comparator save area on 64 bit machines is defined to
contain only the seven most significant bits of the register.
That's also why it starts at an uneven address (0x1331).
The current code however writes eight bytes to the address and
therefore overwrites the first byte of the access register save area.
Fix this and write only seven bytes to the save area.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/reipl64.S