sh: update sh2/sh2a timer coding style

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2008-12-20 15:27:45 +01:00 committed by Nobuhiro Iwamatsu
parent 1e15ff9993
commit 85cb052ee4
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ static unsigned long get_usec (void)
/* return msec */
ulong get_timer(ulong base)
{
return (get_usec()/1000) - base;
return (get_usec() / 1000) - base;
}
void set_timer(ulong t)