projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411ef7f
)
[ARM] Fix HZ definition for OMAP without 32K timer
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sat, 4 Mar 2006 11:01:53 +0000
(11:01 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 21 Mar 2006 22:05:47 +0000
(22:05 +0000)
Unfortunately, OMAP platforms without the 32K timer left HZ set to
an empty value. Fix this by making the dependency on OMAP_32K_TIMER
rather than OMAP_32K_TIMER_HZ.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 2c63228b4ab61772fb33c8f553164ffdd5639916..6e9e8cedd7239ea0d77ef7d78515ed4ead19a945 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-438,7
+438,7
@@
config HZ
int
default 128 if ARCH_L7200
default 200 if ARCH_EBSA110 || ARCH_S3C2410
- default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
_HZ != 0
+ default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
default 100
config AEABI