commit | 73a66023c937ef258f2aa340cdb53ae7d8b1d47c | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jan 03 17:00:49 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Jan 25 17:22:50 2019 +0100 |
tree | 88a6b54be88b0094696a1fb1cf23c66142add453 | |
parent | d25a122afd4374071bb8489a980051da37136ee1 [diff] |
sparc64: fix sparc_ipc type conversion __kernel_timespec and timespec are currently the same type, but once they are different, the type cast has to be changed here. Signed-off-by: Arnd Bergmann <arnd@arndb.de>