xtensa: Fix unnecessary setting of xtime
authorJohn Stultz <johnstul@us.ibm.com>
Thu, 11 Mar 2010 22:11:39 +0000 (14:11 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 12 Mar 2010 23:36:37 +0000 (00:36 +0100)
commit104f9c471ffb425fd081074ef31521b38d77592a
treeabb978c84b51caf6c15cabab5641c983f1e0064c
parentc4507257764ae0387f0d8c2ca57808f37e4c9439
xtensa: Fix unnecessary setting of xtime

xtensa supports read_persisitent_clock(), so there is no reason for
the arch specific code to be setting xtime.  Setting xtime will be
done by the generic timekeeping code.

Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Chris Zankel <chris@zankel.net>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/xtensa/kernel/time.c