From: Jesper Nilsson Date: Fri, 30 Nov 2007 16:46:11 +0000 (+0100) Subject: CRIS v32: Update and improve fasttimer.c X-Git-Tag: v2.6.25-rc1~40^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec87ee20c28708bbd22f71f429d2e21c965c44e4;p=pandora-kernel.git CRIS v32: Update and improve fasttimer.c - 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 regi_timer0, not regi_timer. - Whitespace and formatting changes. - Don't return if we're blocking interrupts, goto done and restore interrupts. - Disable interrupts while walking the fasttimer list, only restore while doing the callback. - Remove #ifdef DECLARE_WAITQUEUE, this code won't be used in another OS. - Remove CVS log. --- Reading git-diff-tree failed