Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/sys Fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/5c14707dee0f
branches:  nathanw_sa
changeset: 506639:5c14707dee0f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 30 23:03:37 2002 +0000

description:
Fix a typo.

diffstat:

 sys/sa-TODO |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 7b92efd4f403 -r 5c14707dee0f sys/sa-TODO
--- a/sys/sa-TODO       Mon Dec 30 22:24:34 2002 +0000
+++ b/sys/sa-TODO       Mon Dec 30 23:03:37 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: sa-TODO,v 1.1.2.28 2002/12/16 18:14:24 perry Exp $
+#      $NetBSD: sa-TODO,v 1.1.2.29 2002/12/30 23:03:37 thorpej Exp $
 
 Things to do for scheduler activations/LWP code.
 
 Bugs:
  
-- MD bug: i386 npx handling. cpu_getcontext() may call npxsave(), which
+- MD bug: i386 npx handling. cpu_getmcontext() may call npxsave(), which
   can only be run at spl0, which is a problem. Options
    * Change npxsave to avoid that requirement.
    * Don't save FP context at getcontext() time, but do something



Home | Main Index | Thread Index | Old Index