diff options
author | Ronen Shitrit <rshitrit@marvell.com> | 2008-09-15 00:56:38 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-09-25 16:27:21 -0400 |
commit | 79d4dd77f0d86e4315887edaa5dfabb0c2081ba7 (patch) | |
tree | a948613f73082158c753d8fc455197360ddee313 /arch/arm/mach-kirkwood/include | |
parent | 0b0740c3c120d1fd7b9a04f04ab79bee12c4cc38 (diff) | |
download | linux-79d4dd77f0d86e4315887edaa5dfabb0c2081ba7.tar.gz linux-79d4dd77f0d86e4315887edaa5dfabb0c2081ba7.tar.bz2 linux-79d4dd77f0d86e4315887edaa5dfabb0c2081ba7.zip |
[ARM] Kirkwood: prepare for runtime-determined timer tick rate
Currently, kirkwood uses a hardcoded timer tick rate of 166 MHz, but
the actual timer tick rate varies between different members of the SoC
family.
This patch prepares for runtime determination of the timer tick rate.
Signed-off-by: Ronen Shitrit <rshitrit@marvell.com>
Diffstat (limited to 'arch/arm/mach-kirkwood/include')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/timex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/timex.h b/arch/arm/mach-kirkwood/include/mach/timex.h index f77ef4a32c5f..c923cd169b9c 100644 --- a/arch/arm/mach-kirkwood/include/mach/timex.h +++ b/arch/arm/mach-kirkwood/include/mach/timex.h @@ -8,4 +8,3 @@ #define CLOCK_TICK_RATE (100 * HZ) -#define KIRKWOOD_TCLK 166666667 |