powerpc: Don't do generic calibrate_delay()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 9 Jun 2009 21:12:00 +0000 (21:12 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 15 Jun 2009 03:26:17 +0000 (13:26 +1000)
Currently we are wasting time calling the generic calibrate_delay()
function. We don't need it since our implementation of __delay() is
based on the CPU timebase. So instead, we use our own small
implementation that initializes loops_per_jiffy to something sensible
to make the few users like spinlock debug be happy

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found