Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2003 10:28:03 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include pcb.h src/sys/sparc64/sparc64 genassym.c machdep.c
Message-ID:  <200304031828.h33IS3L9071124@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304031828.h33IS3L9071124>