r4674 - in dists/trunk/linux-2.6/debian/arch: . amd64

Simon Horman horms at costa.debian.org
Fri Oct 28 06:43:28 UTC 2005


Author: horms
Date: 2005-10-28 06:43:25 +0000 (Fri, 28 Oct 2005)
New Revision: 4674

Modified:
   dists/trunk/linux-2.6/debian/arch/amd64/config.amd64-k8-smp
   dists/trunk/linux-2.6/debian/arch/amd64/config.em64t-p4-smp
   dists/trunk/linux-2.6/debian/arch/config
Log:
Having CONFIG_GENERIC_PENDING_IRQ on globablly shouldn't hurt any arch/flavour that doesn't have it, and turns it on for those that do, which seems to be the right thing

Modified: dists/trunk/linux-2.6/debian/arch/amd64/config.amd64-k8-smp
===================================================================
--- dists/trunk/linux-2.6/debian/arch/amd64/config.amd64-k8-smp	2005-10-28 06:24:44 UTC (rev 4673)
+++ dists/trunk/linux-2.6/debian/arch/amd64/config.amd64-k8-smp	2005-10-28 06:43:25 UTC (rev 4674)
@@ -29,7 +29,6 @@
 CONFIG_SPARSEMEM=y
 CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y
 CONFIG_HAVE_MEMORY_PRESENT=y
-CONFIG_GENERIC_PENDING_IRQ=y
 CONFIG_DIGIEPCA=m
 CONFIG_MKISS=m
 # CONFIG_FLATMEM_MANUAL is not set

Modified: dists/trunk/linux-2.6/debian/arch/amd64/config.em64t-p4-smp
===================================================================
--- dists/trunk/linux-2.6/debian/arch/amd64/config.em64t-p4-smp	2005-10-28 06:24:44 UTC (rev 4673)
+++ dists/trunk/linux-2.6/debian/arch/amd64/config.em64t-p4-smp	2005-10-28 06:43:25 UTC (rev 4674)
@@ -22,6 +22,5 @@
 CONFIG_FS_MBCACHE=m
 CONFIG_ARCH_FLATMEM_ENABLE=y
 # CONFIG_HOTPLUG_CPU is not set
-CONFIG_GENERIC_PENDING_IRQ=y
 CONFIG_DIGIEPCA=m
 CONFIG_MKISS=m

Modified: dists/trunk/linux-2.6/debian/arch/config
===================================================================
--- dists/trunk/linux-2.6/debian/arch/config	2005-10-28 06:24:44 UTC (rev 4673)
+++ dists/trunk/linux-2.6/debian/arch/config	2005-10-28 06:43:25 UTC (rev 4674)
@@ -703,3 +703,4 @@
 CONFIG_BLK_DEV_IDEPNP=m
 CONFIG_AIRO=m
 CONFIG_SCSI_SATA_INTEL_COMBINED=y
+CONFIG_GENERIC_PENDING_IRQ=y




More information about the Kernel-svn-changes mailing list