cvs commit: src/sys/sparc64/include pcb.h src/sys/sparc64/sparc64
 genassym.c machdep.c
    Jake Burkholder 
    jake at FreeBSD.org
       
    Thu Apr  3 10:28:05 PST 2003
    
    
  
jake        2003/04/03 10:28:03 PST
  FreeBSD src repository
  Modified files:
    sys/sparc64/include  pcb.h 
    sys/sparc64/sparc64  genassym.c machdep.c 
  Log:
  - Add space for kernel floating point registers to the pcb.  These will be
    used to support block copy and zero operations in the kernel which use the
    floating point registers.
  - While I'm changing the size, improve the layout of struct pcb, sort by size,
    then alphabetical etc.
  - Add some assertions to validate assumptions made about how the pcb is
    allocated.
  
  Revision  Changes    Path
  1.16      +8 -6      src/sys/sparc64/include/pcb.h
  1.50      +5 -4      src/sys/sparc64/sparc64/genassym.c
  1.85      +5 -0      src/sys/sparc64/sparc64/machdep.c
    
    
More information about the cvs-all
mailing list