Re: [PATCH 39/47] Update and improve CRISv32 fasttimer.c

2007-12-12 Thread Andrew Morton
On Fri, 30 Nov 2007 17:46:11 +0100 Jesper Nilsson <[EMAIL PROTECTED]> wrote: > arch/cris/arch-v32/kernel/fasttimer.c | 519 I'm suspecting that most of the inlines which this patch retains are deoptimising the code. This file still seems to use two-spaces for

Re: [PATCH 39/47] Update and improve CRISv32 fasttimer.c

2007-12-12 Thread Andrew Morton
On Fri, 30 Nov 2007 17:46:11 +0100 Jesper Nilsson [EMAIL PROTECTED] wrote: arch/cris/arch-v32/kernel/fasttimer.c | 519 I'm suspecting that most of the inlines which this patch retains are deoptimising the code. This file still seems to use two-spaces for

[PATCH 39/47] Update and improve CRISv32 fasttimer.c

2007-12-06 Thread Jesper Nilsson
- Change include path to machine dependent header files. - Remove __INLINE__, it expands to inline anyway. - Don't initialize static variables. - Change timers to use fasttimer_t instead of timevals. - Change name of timeval_cmp to fasttime_cmp to highlight this. - Register name for first timer is

[PATCH 39/47] Update and improve CRISv32 fasttimer.c

2007-12-06 Thread Jesper Nilsson
- Change include path to machine dependent header files. - Remove __INLINE__, it expands to inline anyway. - Don't initialize static variables. - Change timers to use fasttimer_t instead of timevals. - Change name of timeval_cmp to fasttime_cmp to highlight this. - Register name for first timer is