Details
Details
- Reviewers
kib jhb andrew - Commits
- rS295253: Reuse gp register for pcpu pointer.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
gp is global pointer (used by compiler in userland only).
sscratch is a temporary register (not related to gp at all).