Searched hist:"177996 e6e20f15004d6757d9b859f57d181ef443" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | time.c | diff 177996e6e20f15004d6757d9b859f57d181ef443 Tue Jun 09 16:12:00 CDT 2009 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Don't do generic calibrate_delay()
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>
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig | diff 177996e6e20f15004d6757d9b859f57d181ef443 Tue Jun 09 16:12:00 CDT 2009 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Don't do generic calibrate_delay()
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>
|