diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-09-19 11:00:02 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-09-19 11:00:02 +0100 |
commit | aa3090005d27f3c7fba915ccea36b97b669fa3ab (patch) | |
tree | e4de079bac5b51b1e1cfacc5393006b857045444 /arch/arm/plat-tcc/include/mach/timex.h | |
parent | 151b6a5f1d4c547c92ec67a5a6fedc16f435956e (diff) | |
parent | 448352ae72ef1760c19631a728a3791c1efc52f2 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-tcc into devel-stable
Diffstat (limited to 'arch/arm/plat-tcc/include/mach/timex.h')
-rw-r--r-- | arch/arm/plat-tcc/include/mach/timex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-tcc/include/mach/timex.h b/arch/arm/plat-tcc/include/mach/timex.h new file mode 100644 index 00000000000..057acbe651d --- /dev/null +++ b/arch/arm/plat-tcc/include/mach/timex.h @@ -0,0 +1,5 @@ +/* + * A definition needed by arch core code. + * + */ +#define CLOCK_TICK_RATE (HZ * 100000UL) |