rpms/kernel/devel config-debug,1.22,1.23 config-nodebug,1.26,1.27

David Woodhouse dwmw2 at fedoraproject.org
Thu Feb 5 19:02:49 UTC 2009


Author: dwmw2

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18042

Modified Files:
	config-debug config-nodebug 
Log Message:
Fix CONFIG_DMA_API_DEBUG setting in config-debug, config-nodebug... I think


Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- config-debug	31 Dec 2008 16:12:35 -0000	1.22
+++ config-debug	5 Feb 2009 19:02:18 -0000	1.23
@@ -46,3 +46,5 @@
 CONFIG_SYSCTL_SYSCALL_CHECK=y
 
 CONFIG_DEBUG_NOTIFIERS=y
+
+CONFIG_DMA_API_DEBUG=y


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- config-nodebug	5 Feb 2009 18:55:52 -0000	1.26
+++ config-nodebug	5 Feb 2009 19:02:18 -0000	1.27
@@ -46,4 +46,4 @@
 
 CONFIG_DEBUG_NOTIFIERS=y
 
-CONFIG_DMA_API_DEBUG=y
+# CONFIG_DMA_API_DEBUG is not set




More information about the fedora-extras-commits mailing list