Searched hist:"6 defa38b3754c84cd3449447477aed81ea979407" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | misc_32.S | diff 6defa38b3754c84cd3449447477aed81ea979407 Thu Nov 17 20:44:17 CST 2005 Paul Mackerras <paulus@samba.org> powerpc: Fix delay functions for 601 processors
My earlier merge of delay.h introduced a timebase-based udelay for 32-bit machines but also broke the 601, which doesn't have the timebase register. This fixes it by using the 601's RTC register on the 601, and also moves __delay() and udelay() to be out-of-line in arch/powerpc/kernel/time.c. These functions aren't really performance critical, after all.
Signed-off-by: Paul Mackerras <paulus@samba.org>
|
H A D | time.c | diff 6defa38b3754c84cd3449447477aed81ea979407 Thu Nov 17 20:44:17 CST 2005 Paul Mackerras <paulus@samba.org> powerpc: Fix delay functions for 601 processors
My earlier merge of delay.h introduced a timebase-based udelay for 32-bit machines but also broke the 601, which doesn't have the timebase register. This fixes it by using the 601's RTC register on the 601, and also moves __delay() and udelay() to be out-of-line in arch/powerpc/kernel/time.c. These functions aren't really performance critical, after all.
Signed-off-by: Paul Mackerras <paulus@samba.org>
|