From 495053a26c5fe5fe6b265b1d48818225c4af6041 Mon Sep 17 00:00:00 2001 From: Roel Kluin <12o3l@tiscali.nl> Date: Mon, 10 Dec 2007 15:49:24 -0800 Subject: [PATCH] --- yaml --- r: 74775 b: refs/heads/master c: da7ce6e2feb8e5b3ac3c1c365937c7ab009c76a2 h: refs/heads/master i: 74773: a44bbd35a483ba769d6093e5f6654f26dc05f9c3 74771: 48be90635a2f5703f2fd0edc4a49c01264b69ca4 74767: cf49f61b8be7d8184505e048318ff6a122933751 v: v3 --- [refs] | 2 +- trunk/include/asm-h8300/timex.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2f1637597ecf..881e88a24019 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 78187865efa5aec5a28a200a39153f98d8f38d4d +refs/heads/master: da7ce6e2feb8e5b3ac3c1c365937c7ab009c76a2 diff --git a/trunk/include/asm-h8300/timex.h b/trunk/include/asm-h8300/timex.h index 20413145fabb..23e67013439f 100644 --- a/trunk/include/asm-h8300/timex.h +++ b/trunk/include/asm-h8300/timex.h @@ -6,7 +6,7 @@ #ifndef _ASM_H8300_TIMEX_H #define _ASM_H8300_TIMEX_H -#define CLOCK_TICK_RATE CONFIG_CPU_CLOCK*1000/8192 /* Timer input freq. */ +#define CLOCK_TICK_RATE (CONFIG_CPU_CLOCK*1000/8192) /* Timer input freq. */ typedef unsigned long cycles_t; extern short h8300_timer_count;