Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 2010 12:17:13 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 machdep.c src/sys/i386/i386 machdep.c src/sys/pc98/pc98 machdep.c
Message-ID:  <201006231217.o5NCHPUr098858@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-06-23 12:17:13 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      machdep.c 
    sys/i386/i386        machdep.c 
    sys/pc98/pc98        machdep.c 
  Log:
  SVN rev 209463 on 2010-06-23 12:17:13Z by kib
  
  Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() for
  get_fpcontext(), and npxsetuserregs() for set_fpcontext). Also,
  note that usercontext is not initialized anymore in fpstate_drop().
  
  Systematically replace references to npxgetregs() and npxsetregs()
  by npxgetuserregs() and npxsetuserregs() in comments.
  
  Noted by:       bde
  
  Revision  Changes    Path
  1.721     +2 -2      src/sys/amd64/amd64/machdep.c
  1.702     +4 -8      src/sys/i386/i386/machdep.c
  1.424     +8 -11     src/sys/pc98/pc98/machdep.c



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