The code is identical, so this should be a no-op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Would it be improvement to check addr with IN_KERNEL() before assuming that it is the thread address ?
Comment Actions
Yes, doing INKERNEL() checks for both of these helpers likely makes sense, though I think as a separate commit.