Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 24489
Event Timeline
Comment Actions
Use symbolic name for 1G superpage frame mask.
Fix upper boundary check for large map.
sys/amd64/amd64/pmap.c | ||
---|---|---|
8932–8933 | The expression now appears in three places, maybe rename LARGEMAP_MAX_ADDRESS to LARGEMAP_STATIC_MAX_ADDRESS or so, and add #define LARGEMAP_MAX_ADDRESS() (LARGEMAP_MIN_ADDRESS + NBPML4 * (u_long)lm_ents |