Ignore:
Timestamp:
Jun 14, 2005, 1:36:24 AM (20 years ago)
Author:
bird
Message:

_BSD_NAMESPACE_POLLUTION to limit the pollotion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/386/param.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r2029 r2030  
    4040/** @file
    4141 * FreeBSD 5.1
     42 * @changed bird: Limit polution.
    4243 */
    4344
     
    7879#define MID_MACHINE     MID_I386
    7980
     81#ifdef _BSD_NAMESPACE_POLLUTION /* bird, this is just messing things up, usually. */
    8082#ifdef SMP
    8183#define MAXCPU          16
     
    8688#define ALIGNBYTES      _ALIGNBYTES
    8789#define ALIGN(p)        _ALIGN(p)
     90#endif /* _BSD_NAMESPACE_POLLUTION - bird */
    8891
    8992#define PAGE_SHIFT      12              /* LOG2(PAGE_SIZE) */
    9093#define PAGE_SIZE       (1<<PAGE_SHIFT) /* bytes/page */
    9194#define PAGE_MASK       (PAGE_SIZE-1)
     95#ifdef _BSD_NAMESPACE_POLLUTION /* bird */
    9296#define NPTEPG          (PAGE_SIZE/(sizeof (pt_entry_t)))
    9397
     
    147151
    148152#define pgtok(x)                ((x) * (PAGE_SIZE / 1024))
     153#endif /* _BSD_NAMESPACE_POLLUTION - bird */
    149154
    150155#endif /* !_MACHINE_PARAM_H_ */
Note: See TracChangeset for help on using the changeset viewer.