commit | d389c3155418d6d3c0e03fdef3b8602b18cc33bd | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Thu Jan 18 18:09:20 2024 +0100 |
committer | Helge Deller <deller@gmx.de> | Thu Jan 18 18:09:20 2024 +0100 |
tree | cf26c9b606d49999f04d7577e830f2ee47e2b30a | |
parent | e3e9267f62a16269314b9ac5a00ee04ea4bb2b5b [diff] |
parisc: Adjust firmware to receive 64-bit values in PDC functions Convert the code to get 64-bit (unsigned long) values in the various PDC functions. Output format strings need to change from %x to %lx. Make functions which don't need to copy 64-bit return buffers back to 32-bit callers with NO_COMPAT_RETURN_VALUE(). Signed-off-by: Helge Deller <deller@gmx.de>