[BACK]Return to clock.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / shark / isa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/shark/isa/clock.c between version 1.14 and 1.14.18.1

version 1.14, 2007/03/08 20:48:39 version 1.14.18.1, 2007/08/09 02:37:02
Line 377  clockintr(void *arg)
Line 377  clockintr(void *arg)
         }          }
 #endif  #endif
         hardclock(frame);          hardclock(frame);
         return(0);          return(1);
 }  }
   
 static int  static int

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.18.1

CVSweb <webmaster@jp.NetBSD.org>