diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2007-11-30 17:46:11 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:27 +0100 |
commit | ec87ee20c28708bbd22f71f429d2e21c965c44e4 (patch) | |
tree | 8a9fd532909f001bfc9c010ae5b5c05c16b74b2d /arch/.gitignore | |
parent | e867cefbaaac23644414cfe562b4fee7dc604f2e (diff) |
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.
Diffstat (limited to 'arch/.gitignore')
0 files changed, 0 insertions, 0 deletions