jkim 2010-08-02 18:12:30 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 genassym.c
sys/amd64/include pcb.h
Log:
SVN rev 210780 on 2010-08-02 18:12:30Z by jkim
Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to make
better use of cache lines by placing it before pcb_save (now pcb_user_save),
which is moved to the end of pcb since r210777.
Revision Changes Path
1.181 +1 -1 src/sys/amd64/amd64/genassym.c
1.75 +9 -9 src/sys/amd64/include/pcb.h