[kernel/f16] the modules effected by __bad_udelay need to be excluded on all arm arches not just the tegra boards

Dennis Gilmore ausil at fedoraproject.org
Tue Aug 16 18:07:19 UTC 2011


commit d5210424c1685e5625b73ac3ba34edc734903e00
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Aug 16 11:37:01 2011 -0500

    the modules effected by __bad_udelay need to be excluded on all arm arches not just the tegra boards disable them in config-arm-generic

 config-arm-generic |    9 +++++++++
 config-arm-tegra   |    9 ---------
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 3d236b8..296d52b 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -155,3 +155,12 @@ CONFIG_MMC_SDHCI_PXAV3=m
 CONFIG_MMC_SDHCI_PXAV2=m
 
 CONFIG_FTGMAC100=m
+
+# these modules all fail with missing __bad_udelay
+# http://www.spinics.net/lists/arm/msg15615.html provides some background
+# CONFIG_SUNGEM is not set
+# CONFIG_FB_SAVAGE is not set
+# CONFIG_FB_RADEON is not set
+# CONFIG_DRM_RADEON is not set
+# CONFIG_ATM_HE is not set
+# CONFIG_SCSI_ACARD is not set
diff --git a/config-arm-tegra b/config-arm-tegra
index 15e9ed7..c72660b 100644
--- a/config-arm-tegra
+++ b/config-arm-tegra
@@ -76,12 +76,3 @@ CONFIG_CPU_FREQ_TABLE=y
 CONFIG_CPU_FREQ_STAT=y
 CONFIG_CPU_FREQ_STAT_DETAILS=y
 
-
-# these modules all fail with missing __bad_udelay
-# http://www.spinics.net/lists/arm/msg15615.html provides some background
-# CONFIG_SUNGEM is not set
-# CONFIG_FB_SAVAGE is not set
-# CONFIG_FB_RADEON is not set
-# CONFIG_DRM_RADEON is not set
-# CONFIG_ATM_HE is not set
-# CONFIG_SCSI_ACARD is not set


More information about the scm-commits mailing list