[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.63.0610191714590.1920@pcgl.dsa-ac.de>
Date: Thu, 19 Oct 2006 17:19:00 +0200 (CEST)
From: Guennadi Liakhovetski <gl@...-ac.de>
To: mingo@...e.hu
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH 2/3] Remove CONFIG_IS_TICK_BASED
Remove the CONFIG_IS_TICK_BASED macro - never set now.
Thanks
Guennadi
---------------------------------
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
Germany
Signed-off-by: G. Liakhovetski <gl@...-ac.de>
diff --exclude=CVS -ur linux-2.6.18-rt6/arch/arm/Kconfig linux-2.6.18-rt6-rmdead/arch/arm/Kconfig
--- linux-2.6.18-rt6/arch/arm/Kconfig 2006-10-19 15:45:37.639189355 +0200
+++ linux-2.6.18-rt6-rmdead/arch/arm/Kconfig 2006-10-19 15:47:19.259176672 +0200
@@ -360,15 +360,6 @@
source "arch/arm/mach-netx/Kconfig"
-config IS_TICK_BASED
- bool
- depends on GENERIC_TIME
- default y
- help
- This is used on platforms that have not added a clocksource to
- support GENERIC_TIME. Platforms which have a clocksource
- should set this to 'n' in their mach-*/Kconfig.
-
# Definitions to make life easier
config ARCH_ACORN
bool
diff --exclude=CVS -ur linux-2.6.18-rt6/arch/arm/mach-ixp4xx/Kconfig linux-2.6.18-rt6-rmdead/arch/arm/mach-ixp4xx/Kconfig
--- linux-2.6.18-rt6/arch/arm/mach-ixp4xx/Kconfig 2006-10-19 12:29:12.434092798 +0200
+++ linux-2.6.18-rt6-rmdead/arch/arm/mach-ixp4xx/Kconfig 2006-10-19 15:41:15.375060531 +0200
@@ -1,9 +1,5 @@
if ARCH_IXP4XX
-config IS_TICK_BASED
- bool
- default n
-
config ARCH_SUPPORTS_BIG_ENDIAN
bool
default y
diff --exclude=CVS -ur linux-2.6.18-rt6/arch/arm/mach-versatile/Kconfig linux-2.6.18-rt6-rmdead/arch/arm/mach-versatile/Kconfig
--- linux-2.6.18-rt6/arch/arm/mach-versatile/Kconfig 2006-10-19 12:29:12.437092147 +0200
+++ linux-2.6.18-rt6-rmdead/arch/arm/mach-versatile/Kconfig 2006-10-19 15:41:29.527991395 +0200
@@ -1,10 +1,6 @@
menu "Versatile platform type"
depends on ARCH_VERSATILE
-config IS_TICK_BASED
- bool
- default n
-
config ARCH_VERSATILE_PB
bool "Support Versatile/PB platform"
default y
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists