I added a printf to see if the new case is exercised; during a buildkernel,
ld.lld incurs roughly 150 permission faults on a dirty page.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25558 Build 24166: arc lint + arc unit
Event Timeline
Comment Actions
I added a printf to see if the new case is exercised; during a buildkernel,
ld.lld incurs roughly 150 permission faults on a dirty page.
That's more than I would have guessed.
sys/arm64/arm64/pmap.c | ||
---|---|---|
5793 | Btw, the trunc_page() here is redundant. You can simply pass "far". |