]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitffe5d6fa6945d5c7aded7d197a2974d5f5d8831d
tree88a6b54be88b0094696a1fb1cf23c66142add453
parent5949d7dfc2523f1c124acd5d1eac391927b71b04
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