[kernel/f15] 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
Fri Aug 12 14:13:08 UTC 2011


commit 31e0bc8c16acfe12a112eaf80e8cdba0653f695f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Aug 12 09:11:15 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 |    8 ++++++++
 config-arm-tegra   |    8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 4a08971..5db311f 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -152,3 +152,11 @@ CONFIG_SERIAL_OF_PLATFORM=m
 # CONFIG_LEDS_GPIO_OF is not set
 CONFIG_MMC_SDHCI_OF=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..b3e0592 100644
--- a/config-arm-tegra
+++ b/config-arm-tegra
@@ -77,11 +77,3 @@ 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