From: <WH...@bf...> - 2003-05-04 09:25:40
|
hi list, the sh version of the linux kernel_thread() call contains a sign error. The when looking for a pid the type unsigned long is used. but the function should return pid_t what is a signed virtual type (imagine: short) I dont understand much of the sh asm code so i left the type unchanged but the basic fix can be found with www.getenv.de/~walter Somebody should fix that, please. walter ps: i couldnt find a maintainer in the MAINTAINERS file i had also problems finding a way into the correct ml that accept non-mmber-mail. you shoud update your contact file. |