commit | 0088e68e83fb2eba668c359a8bcd904676c559f1 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Tue Feb 06 21:53:19 2024 +0100 |
committer | Helge Deller <deller@gmx.de> | Tue Feb 06 22:47:50 2024 +0100 |
tree | eb3e7da2711147ae64b89efd1bb90f5328cc02c8 | |
parent | 5e1a44b6164d633899a02256ea184a6f99c567e5 [diff] |
parisc: Fix crash in PDC_TOD_WRITE in compat mode Fix crash when setting the PDC clock and running a 64-bit PDC in 32-bit compat mode: When writing the clock, no return values are returned to the caller as there is no return buffer in ARG2. So this function needs to be marked with NO_COMPAT_RETURN_VALUE(ARG2). Signed-off-by: Helge Deller <deller@gmx.de>