Hi,
This patch had fixed try_to_freeze build error.
CC arch/mips/kernel/signal.o
arch/mips/kernel/signal.c: In function 'do_signal':
arch/mips/kernel/signal.c:460: error: too many arguments to function 'try_to_freeze'
make[1]: *** [arch/mips/kernel/signal.o] Error 1
make: *** [arch/mips/kernel] Error 2
Signed-off-by: Yoichi Yuasa <[email protected]>
diff -urN -X dontdiff git8-orig/arch/mips/kernel/signal.c git8/arch/mips/kernel/signal.c
--- git8-orig/arch/mips/kernel/signal.c Sat Jun 18 04:48:29 2005
+++ git8/arch/mips/kernel/signal.c Mon Jun 27 22:51:19 2005
@@ -457,7 +457,7 @@
if (!user_mode(regs))
return 1;
- if (try_to_freeze(0))
+ if (try_to_freeze())
goto no_signal;
if (!oldset)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]