From: Heiko Carstens Date: Thu, 26 Mar 2009 14:24:57 +0000 (+0100) Subject: [S390] fix clock comparator save area usage X-Git-Tag: v2.6.30-rc1~659^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c70d0fef1da286d7f96e774674aea2d20cf6222f;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed