[BACK]Return to tsc.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x86 / x86

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

Diff for /src/sys/arch/x86/x86/tsc.c between version 1.36.22.1 and 1.36.22.2

version 1.36.22.1, 2020/04/15 14:25:09 version 1.36.22.2, 2020/08/05 16:20:08
Line 139  tsc_is_invariant(void)
Line 139  tsc_is_invariant(void)
         return invariant;          return invariant;
 }  }
   
   /*
    * Initialize timecounter(9) of TSC.
    * This function is called after all secondary processors were up and
    * calculated the drift.
    */
 void  void
 tsc_tc_init(void)  tsc_tc_init(void)
 {  {

Legend:
Removed from v.1.36.22.1  
changed lines
  Added in v.1.36.22.2

CVSweb <webmaster@jp.NetBSD.org>