This implementation is faster and doesn't modify the cpuset, so it lets
us avoid some unnecessary copying. 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
Comment Actions
BTW there is enough similar iterations FFS/CLR done over the signal sets/masks. Do you plan to look at this as well?
Comment Actions
I will try implementing this for sigsets too. I guess it would be somewhat messy to change the kernel to use bitset(9) for signal sets?
sys/amd64/vmm/io/vlapic.c | ||
---|---|---|
895–897 | Thanks, I reverted this commit for now. |