cvs commit: src/sys/amd64/amd64 genassym.c src/sys/amd64/include pcb.h

[ Available lists | Index of cvs-src-old | Month of Aug 2010 | Week of 2 Aug 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Jung-uk Kim <jkim@FreeBSD.org>
Date
2 Aug 2010 18:12:39
Subject
cvs commit: src/sys/amd64/amd64 genassym.c src/sys/amd64/include pcb.h
Message-ID
201008021812.o72ICdvS028895@repoman.freebsd.org


[ Hide this part ]
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

Elapsed time: 0.139 seconds