cvs commit: src/sys/sparc64/include pcb.h src/sys/sparc64/sparc64 exception.S genassym.c machdep.c swtch.S

Jake Burkholder jake at FreeBSD.org
Mon Mar 31 20:58:51 PST 2003


jake        2003/03/31 20:58:50 PST

  FreeBSD src repository

  Modified files:
    sys/sparc64/include  pcb.h 
    sys/sparc64/sparc64  exception.S genassym.c machdep.c swtch.S 
  Log:
  - 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.
  
  Revision  Changes    Path
  1.15      +3 -0      src/sys/sparc64/include/pcb.h
  1.62      +4 -0      src/sys/sparc64/sparc64/exception.S
  1.49      +2 -0      src/sys/sparc64/sparc64/genassym.c
  1.82      +34 -4     src/sys/sparc64/sparc64/machdep.c
  1.25      +3 -0      src/sys/sparc64/sparc64/swtch.S


More information about the cvs-all mailing list