[BACK]Return to alpha_cpu.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / alpha / 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/alpha/include/alpha_cpu.h between version 1.21 and 1.22

version 1.21, 1998/07/08 16:48:49 version 1.22, 1998/07/08 17:20:42
Line 183  struct alpha_logout_area {
Line 183  struct alpha_logout_area {
 #define ALPHA_SYS_MCHECK        0x660   /* System machine check         */  #define ALPHA_SYS_MCHECK        0x660   /* System machine check         */
 #define ALPHA_PROC_MCHECK       0x670   /* Processor machine check      */  #define ALPHA_PROC_MCHECK       0x670   /* Processor machine check      */
   
 /* Per-CPU info for handling machine checks, an array of which          */  
 /* is allocated early in startup                                        */  
 struct mchkinfo {  
         volatile u_int          mc_expected;    /* machine check expected */  
         volatile u_int          mc_received;    /* machine check received */  
         /*  
          * We don't really need more info at this time.  
          */  
 };  
   
 /*  /*
  * Virtual Memory Management definitions [OSF/1 PALcode Specific]   * Virtual Memory Management definitions [OSF/1 PALcode Specific]
  *   *

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>