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

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

Diff for /src/sys/arch/arm/include/arm32/pte.h between version 1.19 and 1.19.20.1

version 1.19, 2014/10/29 10:59:48 version 1.19.20.1, 2020/04/08 14:07:29
Line 137  typedef uint32_t pt_entry_t; /* L2 table
Line 137  typedef uint32_t pt_entry_t; /* L2 table
  * keep the old L2_TABLE_SIZE define lying around. Converted ports   * keep the old L2_TABLE_SIZE define lying around. Converted ports
  * should use L2_TABLE_SIZE_REAL until then.   * should use L2_TABLE_SIZE_REAL until then.
  */   */
 #define L1_TABLE_SIZE_REAL      0x4000  /* 16K */  
 #define L2_TABLE_SIZE_REAL      0x400   /* 1K */  #define L2_TABLE_SIZE_REAL      0x400   /* 1K */
   
   #define L1TT_SIZE               0x2000  /* 8K */
   
 /*  /*
  * ARM L1 Descriptors   * ARM L1 Descriptors
  */   */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.20.1

CVSweb <webmaster@jp.NetBSD.org>