Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
freelist: Fix unit test initialization
The freelist and scheduler unit tests were recently broken by the change to freelist to allocate page-size boundary regions when growing. Fix the unit tests by specifying the system page size (which is initialized during the core init function). This is really a temporary fix, but we need to do some refactoring of the code base to better handle unit testing. Until we do that, this works well enough. Signed-off-by: Brian Barrett <[email protected]> (cherry picked from commit ff843c6)
- Loading branch information