commit | 7ef37dd7bb00b94e027f63ef626a3a1c58474da9 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Mon Feb 08 16:19:27 2021 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Sat Feb 13 17:17:55 2021 +0100 |
tree | 68ffc56317c142e8ff249ae27a74bc5cfb1c06b4 | |
parent | fc4a925f7774fe14f8f6318d0d7ed7d2596f073f [diff] |
s390/time: remove get_tod_clock_ext() Remove get_tod_clock_ext() and the STORE_CLOCK_EXT_SIZE define. This enforces all users of the existing low level functions to use a union tod_clock. This way there is now a compile time check for the correct time and therefore also if the size of the argument matches what will be written to by the STORE CLOCK EXTENDED instruction. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>