xtensa: use generic sched_clock()
authorJohannes Weiner <hannes@cmpxchg.org>
Wed, 4 Mar 2009 20:39:12 +0000 (21:39 +0100)
committerChris Zankel <chris@zankel.net>
Fri, 3 Apr 2009 06:44:51 +0000 (23:44 -0700)
commit90be8c16950e28aee7cad422272805dcefa06167
treef3ae73792d5aaf66bc71a5daea4360c57f9e8639
parentf82e939fb75ad01da8f0d3024fc678111ddb4ac7
xtensa: use generic sched_clock()

Current xtensa implementation of sched_clock() is the same as the
generic one.  Just remove it, the weak symbol in kernel/sched_clock.c
will be used instead.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/kernel/time.c