Changeset 2030 for trunk/src/emx/include/386/param.h
- Timestamp:
- Jun 14, 2005, 1:36:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/386/param.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r2029 r2030 40 40 /** @file 41 41 * FreeBSD 5.1 42 * @changed bird: Limit polution. 42 43 */ 43 44 … … 78 79 #define MID_MACHINE MID_I386 79 80 81 #ifdef _BSD_NAMESPACE_POLLUTION /* bird, this is just messing things up, usually. */ 80 82 #ifdef SMP 81 83 #define MAXCPU 16 … … 86 88 #define ALIGNBYTES _ALIGNBYTES 87 89 #define ALIGN(p) _ALIGN(p) 90 #endif /* _BSD_NAMESPACE_POLLUTION - bird */ 88 91 89 92 #define PAGE_SHIFT 12 /* LOG2(PAGE_SIZE) */ 90 93 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ 91 94 #define PAGE_MASK (PAGE_SIZE-1) 95 #ifdef _BSD_NAMESPACE_POLLUTION /* bird */ 92 96 #define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t))) 93 97 … … 147 151 148 152 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) 153 #endif /* _BSD_NAMESPACE_POLLUTION - bird */ 149 154 150 155 #endif /* !_MACHINE_PARAM_H_ */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.