mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-07 21:14:17 +00:00
![Jake Burkholder](/assets/img/avatar_default.png)
call and trap entry points so they're easy to find and change - Use the cpuhead and allcpu list to locate globaldata for the current cpu, rather than SMP_prvspace or __globaldata - Use offsets into struct globaldata directly to find per-cpu variables, rather than symbols in globals.o Glanced at by: peter