The code is identical, so this should be a no-op.
Details
Details
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; 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.