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;