No functional change intended.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/vm/vm.h | ||
---|---|---|
93–94 | I wonder if we want to keep the KBI there. |
sys/vm/vm.h | ||
---|---|---|
93–94 | Maybe replace OBJT_DEFAULT by OBJT_RESERVED? |
Comment Actions
- Add a placeholder object type to avoid renumbering the rest.
- Redefine OBJT_DEFAULT as OBJT_SWAP. At least virtualbox creates OBJT_DEFAULT objects, but seems to require no other modification, so we can avoid breaking its build.