[BACK]Return to cpu.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / include

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

Diff for /src/sys/arch/powerpc/include/cpu.h between version 1.64 and 1.64.4.1

version 1.64, 2008/04/08 02:33:03 version 1.64.4.1, 2008/05/16 02:23:00
Line 340  void cpu_spinup_trampoline(void);
Line 340  void cpu_spinup_trampoline(void);
 #define DELAY(n)                delay(n)  #define DELAY(n)                delay(n)
   
 #define cpu_need_resched(ci, v) (ci->ci_want_resched = ci->ci_astpending = 1)  #define cpu_need_resched(ci, v) (ci->ci_want_resched = ci->ci_astpending = 1)
 #define cpu_did_resched()       ((void)(curcpu()->ci_want_resched = 0))  #define cpu_did_resched(l)      ((void)(curcpu()->ci_want_resched = 0))
 #define cpu_need_proftick(l)    ((l)->l_pflag |= LP_OWEUPC, curcpu()->ci_astpending = 1)  #define cpu_need_proftick(l)    ((l)->l_pflag |= LP_OWEUPC, curcpu()->ci_astpending = 1)
 #define cpu_signotify(l)        (curcpu()->ci_astpending = 1)   /* XXXSMP */  #define cpu_signotify(l)        (curcpu()->ci_astpending = 1)   /* XXXSMP */
   

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.64.4.1

CVSweb <webmaster@jp.NetBSD.org>