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>
1 file changed