Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 01:53:38 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 machdep.c
Message-ID:  <200311110953.hAB9rccv023327@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/11/11 01:53:38 PST

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        machdep.c 
  Log:
  Save and restore the high FP registers in {g|s}_mcontext(). Note
  that we currently do not keep track of whether the thread has
  actually used the high FP registers before. If not, we should
  not save them in the context which automaticly means that we
  also would not restore them from the context. For now, do it
  unconditionally so that we can reach functional completeness.
  
  Revision  Changes    Path
  1.168     +9 -2      src/sys/ia64/ia64/machdep.c



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