powerpc/spufs: Initialize ctx->stats.tstamp correctly
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 Feb 2009 21:44:37 +0000 (21:44 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Mar 2009 06:10:15 +0000 (17:10 +1100)
commit8f748aae4b5eda6a6ec3ab3554e7e19c7702ccc2
treea21c57dd939fea9e14a96731c1b4613cc81e9fa0
parent9e1e3723be3828d6faac03ff6889e78cc0e64286
powerpc/spufs: Initialize ctx->stats.tstamp correctly

spuctx_switch_state() warns if ktime goes backwards, but it
sometimes compares an uninitialized value, which showed that
the data was unreliable when we actually saw the warning.

Initialize it to the current time in order to get correct data.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/cell/spufs/context.c