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
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/riscv/riscv/pmap.c | ||
---|---|---|
1446 ↗ | (On Diff #67836) | 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. |