diff options
| author | Sven Schnelle <[email protected]> | 2022-05-03 09:58:33 +0200 |
|---|---|---|
| committer | Heiko Carstens <[email protected]> | 2022-05-11 14:40:57 +0200 |
| commit | 5ace65ebb5ce9fe1cc8fdbdd97079fb566ef0ea4 (patch) | |
| tree | f40939cdc8e4c16a646cef349c46e49bc5e219e4 /scripts/gcc-plugins/gcc-generate-rtl-pass.h | |
| parent | 03780c83c78546310c084ef3df69da2a0bafbcb5 (diff) | |
s390/stp: clock_delta should be signed
clock_delta is declared as unsigned long in various places. However,
the clock sync delta can be negative. This would add a huge positive
offset in clock_sync_global where clock_delta is added to clk.eitod
which is a 72 bit integer. Declare it as signed long to fix this.
Cc: [email protected]
Signed-off-by: Sven Schnelle <[email protected]>
Reviewed-by: Heiko Carstens <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/gcc-generate-rtl-pass.h')
0 files changed, 0 insertions, 0 deletions