While here, remove some trailing whitespace.
Details
Details
- Reviewers
markj br - Commits
- rS357820: RISC-V: un-ifdef vm.kvm_size and vm.kvm_free
sysctl output:
root@qemu:~ # sysctl vm.kvm_size vm.kvm_size: 34359738368 root@qemu:~ # sysctl vm.kvm_free vm.kvm_free: 33460060160
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 29259 Build 27176: arc lint + arc unit
Event Timeline
sys/riscv/riscv/pmap.c | ||
---|---|---|
1445–1446 | While here, perhaps add a space around '|' and add CTLFLAG_MPSAFE. Otherwise Giant will be acquired around each call to the handler. There is some work in progress to invert the default behaviour wrt Giant, but adding the flag now will reduce the number of handlers that need to be audited. |