Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2010 16:16:39 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 fpu.c src/sys/i386/isa npx.c
Message-ID:  <201012121617.oBCGH13P006258@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-12-12 16:16:39 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      fpu.c 
    sys/i386/isa         npx.c 
  Log:
  SVN rev 216394 on 2010-12-12 16:16:39Z by kib
  
  In fpudna()/npxdna(), mark FPU context initialized and optionally
  mark user FPU context initialized, if current context is user context.
  It was reversed in r215865, by inadequate change of this code fragment
  to a call to fpuuserinited()/npxuserinited().
  
  The issue is only relevant for in-kernel users of FPU.
  
  Reported by:    Jan Henrik Sylvester <me janh de>, Mike Tancsa <mike sentex net>
  Tested by:      Mike Tancsa
  MFC after:      3 days
  
  Revision  Changes    Path
  1.177     +3 -1      src/sys/amd64/amd64/fpu.c
  1.192     +3 -1      src/sys/i386/isa/npx.c



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