]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add a flags field to struct pcb. Use this to keep track of wether or
authorJake Burkholder <jake@FreeBSD.org>
Tue, 1 Apr 2003 04:58:50 +0000 (04:58 +0000)
committerJake Burkholder <jake@FreeBSD.org>
Tue, 1 Apr 2003 04:58:50 +0000 (04:58 +0000)
commit73adf5691f5bfebd35f74ec3498ec4377f327323
treec7ad340e884366712a864693cb1d6a845d1644e1
parent42d3ad71445d87458b54a3efd56c298072788e83
- Add a flags field to struct pcb.  Use this to keep track of wether or
  not the pcb has floating point registers saved in it.
- Implement get_mcontext and set_mcontext.
sys/sparc64/include/pcb.h
sys/sparc64/sparc64/exception.S
sys/sparc64/sparc64/genassym.c
sys/sparc64/sparc64/machdep.c
sys/sparc64/sparc64/swtch.S