diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-06-10 08:09:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-06-10 08:09:41 +0000 |
commit | 5cad9d5c73e58b697b4be5035fcdd6b9de336641 (patch) | |
tree | c06e5b8180d07f2b3f3bdcc2e9495ab6e0debd5d /target/linux/atheros | |
parent | 65de4c21029f11bb17e8475dc98fd62b33d18ad3 (diff) | |
download | upstream-5cad9d5c73e58b697b4be5035fcdd6b9de336641.tar.gz upstream-5cad9d5c73e58b697b4be5035fcdd6b9de336641.tar.bz2 upstream-5cad9d5c73e58b697b4be5035fcdd6b9de336641.zip |
generic: standardize CONFIG_INLINE_* symbols usage
SVN-Revision: 21746
Diffstat (limited to 'target/linux/atheros')
-rw-r--r-- | target/linux/atheros/config-2.6.33 | 28 | ||||
-rw-r--r-- | target/linux/atheros/config-2.6.34 | 28 | ||||
-rw-r--r-- | target/linux/atheros/config-2.6.35 | 6 |
3 files changed, 0 insertions, 62 deletions
diff --git a/target/linux/atheros/config-2.6.33 b/target/linux/atheros/config-2.6.33 index 6e1092cfa3..8c646bc8fc 100644 --- a/target/linux/atheros/config-2.6.33 +++ b/target/linux/atheros/config-2.6.33 @@ -98,34 +98,6 @@ CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=y CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" -# CONFIG_INLINE_READ_LOCK is not set -# CONFIG_INLINE_READ_LOCK_BH is not set -# CONFIG_INLINE_READ_LOCK_IRQ is not set -# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set -# CONFIG_INLINE_READ_TRYLOCK is not set -CONFIG_INLINE_READ_UNLOCK=y -# CONFIG_INLINE_READ_UNLOCK_BH is not set -CONFIG_INLINE_READ_UNLOCK_IRQ=y -# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set -# CONFIG_INLINE_SPIN_LOCK is not set -# CONFIG_INLINE_SPIN_LOCK_BH is not set -# CONFIG_INLINE_SPIN_LOCK_IRQ is not set -# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set -# CONFIG_INLINE_SPIN_TRYLOCK is not set -# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set -CONFIG_INLINE_SPIN_UNLOCK=y -# CONFIG_INLINE_SPIN_UNLOCK_BH is not set -CONFIG_INLINE_SPIN_UNLOCK_IRQ=y -# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set -# CONFIG_INLINE_WRITE_LOCK is not set -# CONFIG_INLINE_WRITE_LOCK_BH is not set -# CONFIG_INLINE_WRITE_LOCK_IRQ is not set -# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set -# CONFIG_INLINE_WRITE_TRYLOCK is not set -CONFIG_INLINE_WRITE_UNLOCK=y -# CONFIG_INLINE_WRITE_UNLOCK_BH is not set -CONFIG_INLINE_WRITE_UNLOCK_IRQ=y -# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set CONFIG_IP17XX_PHY=y CONFIG_IRQ_CPU=y # CONFIG_LEDS_GPIO is not set diff --git a/target/linux/atheros/config-2.6.34 b/target/linux/atheros/config-2.6.34 index ee77cb921a..671015e744 100644 --- a/target/linux/atheros/config-2.6.34 +++ b/target/linux/atheros/config-2.6.34 @@ -102,34 +102,6 @@ CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=y CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" -# CONFIG_INLINE_READ_LOCK is not set -# CONFIG_INLINE_READ_LOCK_BH is not set -# CONFIG_INLINE_READ_LOCK_IRQ is not set -# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set -# CONFIG_INLINE_READ_TRYLOCK is not set -CONFIG_INLINE_READ_UNLOCK=y -# CONFIG_INLINE_READ_UNLOCK_BH is not set -CONFIG_INLINE_READ_UNLOCK_IRQ=y -# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set -# CONFIG_INLINE_SPIN_LOCK is not set -# CONFIG_INLINE_SPIN_LOCK_BH is not set -# CONFIG_INLINE_SPIN_LOCK_IRQ is not set -# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set -# CONFIG_INLINE_SPIN_TRYLOCK is not set -# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set -CONFIG_INLINE_SPIN_UNLOCK=y -# CONFIG_INLINE_SPIN_UNLOCK_BH is not set -CONFIG_INLINE_SPIN_UNLOCK_IRQ=y -# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set -# CONFIG_INLINE_WRITE_LOCK is not set -# CONFIG_INLINE_WRITE_LOCK_BH is not set -# CONFIG_INLINE_WRITE_LOCK_IRQ is not set -# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set -# CONFIG_INLINE_WRITE_TRYLOCK is not set -CONFIG_INLINE_WRITE_UNLOCK=y -# CONFIG_INLINE_WRITE_UNLOCK_BH is not set -CONFIG_INLINE_WRITE_UNLOCK_IRQ=y -# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set CONFIG_IP17XX_PHY=y CONFIG_IRQ_CPU=y # CONFIG_LEDS_GPIO is not set diff --git a/target/linux/atheros/config-2.6.35 b/target/linux/atheros/config-2.6.35 index 004658d81f..bb8bf882b6 100644 --- a/target/linux/atheros/config-2.6.35 +++ b/target/linux/atheros/config-2.6.35 @@ -102,12 +102,6 @@ CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=y CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_INLINE_READ_UNLOCK=y -CONFIG_INLINE_READ_UNLOCK_IRQ=y -CONFIG_INLINE_SPIN_UNLOCK=y -CONFIG_INLINE_SPIN_UNLOCK_IRQ=y -CONFIG_INLINE_WRITE_UNLOCK=y -CONFIG_INLINE_WRITE_UNLOCK_IRQ=y CONFIG_IP175C_PHY=y # CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set CONFIG_IRQ_CPU=y |