summaryrefslogtreecommitdiff
path: root/arch/sh/lib/time.c
Commit message (Collapse)AuthorAgeLines
* sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu2012-03-08-6/+1
| | | | | | Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Reported-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-26-7/+0
|
* Timer: Remove set_timer completelyGraeme Russ2011-07-26-6/+1
|
* sh: Fix overflow problem in get_ticksNobuhiro Iwamatsu2010-06-28-2/+18
| | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-0/+141
Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>