pmap_kremove() is not called from within pmap.c, so there's no reason to
inline it. No functional change intended.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 54079 Build 50969: arc lint + arc unit
Event Timeline
Comment Actions
I think it would be reasonable: clang does not define __GNUC_GNU_INLINE__, so by default PMAP_INLINE is just inline.