CRIS v32: Change debug and formatting in kernel/fasttimer.c
authorJesper Nilsson <jesper.nilsson@axis.com>
Thu, 24 Jan 2008 13:34:37 +0000 (14:34 +0100)
committerJesper Nilsson <jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:06:34 +0000 (11:06 +0100)
- Don't use SANITYCHECK(x) as a macro, test FAST_TIMER_SANITY_CHECKS with
  ifdef. This makes it possible for automatic indent etc to work.
- Correct some whitespace errors.
- Don't initialize static variable.


No differences found