[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/kernel/devel linux-2.6-compile-fixes.patch,1.62,1.63
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/kernel/devel linux-2.6-compile-fixes.patch,1.62,1.63
- Date: Sat, 1 Apr 2006 00:09:25 -0500
Author: davej
Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10957
Modified Files:
linux-2.6-compile-fixes.patch
Log Message:
implicit declarations.
linux-2.6-compile-fixes.patch:
arch/powerpc/platforms/cell/spu_callbacks.c | 1 +
arch/powerpc/platforms/cell/spufs/run.c | 1 +
include/asm-s390/atomic.h | 2 ++
3 files changed, 4 insertions(+)
Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- linux-2.6-compile-fixes.patch 1 Apr 2006 02:54:10 -0000 1.62
+++ linux-2.6-compile-fixes.patch 1 Apr 2006 05:09:18 -0000 1.63
@@ -18,3 +18,18 @@
};
long spu_sys_callback(struct spu_syscall_block *s)
+
+include/asm/atomic.h:94: warning: implicit declaration of function 'unlikely'
+include/asm/atomic.h:97: warning: implicit declaration of function 'likely'
+
+--- linux-2.6.16.noarch/include/asm-s390/atomic.h~ 2006-04-01 00:07:45.000000000 -0500
++++ linux-2.6.16.noarch/include/asm-s390/atomic.h 2006-04-01 00:08:08.000000000 -0500
+@@ -1,6 +1,8 @@
+ #ifndef __ARCH_S390_ATOMIC__
+ #define __ARCH_S390_ATOMIC__
+
++#include <linux/compiler.h>
++
+ /*
+ * include/asm-s390/atomic.h
+ *
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]