OSDN Git Service

sparc64: fix sparc_ipc type conversion
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 Jan 2019 16:00:49 +0000 (17:00 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 25 Jan 2019 16:22:50 +0000 (17:22 +0100)
commit73a66023c937ef258f2aa340cdb53ae7d8b1d47c
tree88a6b54be88b0094696a1fb1cf23c66142add453
parentd25a122afd4374071bb8489a980051da37136ee1
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>
arch/sparc/kernel/sys_sparc_64.c