rpms/kernel/devel linux-2.6-debug-taint-vm.patch,1.18,1.19

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Dec 14 04:13:27 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10254

Modified Files:
	linux-2.6-debug-taint-vm.patch 
Log Message:
fix build

linux-2.6-debug-taint-vm.patch:

Index: linux-2.6-debug-taint-vm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-debug-taint-vm.patch,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- linux-2.6-debug-taint-vm.patch	14 Dec 2007 03:42:44 -0000	1.18
+++ linux-2.6-debug-taint-vm.patch	14 Dec 2007 04:13:06 -0000	1.19
@@ -23,11 +23,13 @@
  	panic("BUG!"); \
  } while (0)
  #endif
-@@ -32,13 +37,11 @@ struct bug_entry {
+@@ -32,13 +37,13 @@ struct bug_entry {
  #endif
  
  #ifndef HAVE_ARCH_WARN_ON
++#ifndef __ASSEMBLY__
 +void out_of_line_warnon(char *file, unsigned int line, const char *func);
++#endif
  #define WARN_ON(condition) ({						\
  	int __ret_warn_on = !!(condition);				\
 -	if (unlikely(__ret_warn_on)) {					\




More information about the fedora-extras-commits mailing list