linux/arch/cris/arch-v32
Jesper Nilsson ec87ee20c2 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.
2008-02-08 11:06:27 +01:00
..
boot CRIS v32: Update boot/rescue/head.S code. 2008-02-08 11:06:27 +01:00
drivers CRIS v32: Remove common gpio and nandflash, add mach-fs and mach-a3 as subdirs. 2008-02-08 11:06:26 +01:00
kernel CRIS v32: Update and improve fasttimer.c 2008-02-08 11:06:27 +01:00
lib CRIS v32: Add new machine dependent files for Etrax-FS and Artpec-3. 2008-02-08 11:06:23 +01:00
mach-a3 CRIS v32: Add new machine dependent files for Etrax-FS and Artpec-3. 2008-02-08 11:06:23 +01:00
mach-fs CRIS v32: Add new machine dependent files for Etrax-FS and Artpec-3. 2008-02-08 11:06:23 +01:00
mm CRIS v32: Whitespace and formatting changes for kernel/ptrace.c 2008-02-08 11:06:24 +01:00
Kconfig CRIS: Rearrange Kconfigs for v10 and v32 to allow compilation without warnings. 2008-02-08 11:06:22 +01:00
output_arch.ld
vmlinux.lds.S all archs: consolidate init and exit sections in vmlinux.lds.h 2008-01-28 23:21:17 +01:00