Re: [PATCH 26/60] microblaze_v4: time support

2008-06-27 Thread Michal Simek
>> + >> +static inline void udelay(unsigned long usec) >> +{ >> +} > >shouldnt this function be named zerodelay() ? > >Thanks, > tglx I have prepared implementation of this function which sent me JW. I did some changes which I test it because I found problem there. M _

Re: [PATCH 26/60] microblaze_v4: time support

2008-06-27 Thread Thomas Gleixner
On Thu, 26 Jun 2008, [EMAIL PROTECTED] wrote: > + > +static inline void udelay(unsigned long usec) > +{ > +} shouldnt this function be named zerodelay() ? Thanks, tglx ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/m

[PATCH 26/60] microblaze_v4: time support

2008-06-26 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/asm-microblaze/delay.h | 30 ++ include/asm-microblaze/timex.h | 18 ++ 2 files changed, 48 insertions(+), 0 deletions(-) create mode 100644 include