[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.39 and 1.40

version 1.39, 2004/01/04 11:33:30 version 1.40, 2004/02/17 22:03:52
Line 55  struct cache_info {
Line 55  struct cache_info {
 #include <sys/device.h>  #include <sys/device.h>
   
 #include <sys/sched.h>  #include <sys/sched.h>
 #include <dev/sysmon/sysmonvar.h>  
   
 struct cpu_info {  struct cpu_info {
         struct schedstate_percpu ci_schedstate; /* scheduler state */          struct schedstate_percpu ci_schedstate; /* scheduler state */
Line 93  struct cpu_info {
Line 92  struct cpu_info {
 #define DISISAVE_LEN    4  #define DISISAVE_LEN    4
         register_t ci_disisave[DISISAVE_LEN];          register_t ci_disisave[DISISAVE_LEN];
         struct cache_info ci_ci;          struct cache_info ci_ci;
         struct sysmon_envsys ci_sysmon;          void *ci_sysmon_cookie;
         struct envsys_tre_data ci_tau_info;  
         struct evcnt ci_ev_clock;       /* clock intrs */          struct evcnt ci_ev_clock;       /* clock intrs */
         struct evcnt ci_ev_softclock;   /* softclock intrs */          struct evcnt ci_ev_softclock;   /* softclock intrs */
         struct evcnt ci_ev_softnet;     /* softnet intrs */          struct evcnt ci_ev_softnet;     /* softnet intrs */

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>