Now all architectures support kernel ifunc resolvers. Therefore, the
alternate implementation can be removed.
Details
Details
- Reviewers
kib jrtc27 - Commits
- rG0d3652f67d24: sched_shim: Drop the no-ifunc case
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/kern/sched_shim.c | ||
|---|---|---|
| 25–31 | I did not see a way to express this that was obviously superior to what is here now. Feel free to suggest any alternative. | |
Comment Actions
I think the idea was to use VARARG, but then the types and arg names have to be split out of it. Something similar to what is done to EXTERROR() from sys/exterrvar.h and CTR() from sys/ktr.h. But it might be too convoluted for the limited use.