]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rewrite cpu_switch(). The most notable change is the fact that we now
authorMarcel Moolenaar <marcel@FreeBSD.org>
Wed, 30 Oct 2002 05:55:29 +0000 (05:55 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Wed, 30 Oct 2002 05:55:29 +0000 (05:55 +0000)
commit22d9ff469144738f060f17e98871a8d9745b7ef1
treec2cd9b652fab7a16aa47dd7b2627da6d00254f4e
parent8db2431f617cfe75b482ad3cb441472100b2fdec
Rewrite cpu_switch(). The most notable change is the fact that we now
have f16-f31 as part of the context. The PCB has been reorganized to
better match how we save and restore the (preserved) registers. This
commit also moves the context restoriation to its own function (named
pcb_restore), as we did with pcb_save.

Only minimal effort has been put in writing optimal assembly. The
expectation is that there will be more rounds of changes.
sys/ia64/ia64/genassym.c
sys/ia64/ia64/locore.S
sys/ia64/ia64/locore.s
sys/ia64/ia64/machdep.c
sys/ia64/ia64/swtch.s
sys/ia64/ia64/vm_machdep.c
sys/ia64/include/pcb.h