Date: Mon, 5 May 2003 16:54:01 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: threads@freebsd.org Subject: kern_threads.c.. upcall question.. Message-ID: <Pine.BSF.4.21.0305051649530.27399-100000@InterJet.elischer.org>
next in thread | raw e-mail | index | archive | help
In kern_threads.c, in function thread_export_context() it first does a copyin() of the context storage area. I think this is un-needed (and a complete waste of cycles) but I am not sure if there is some strange condition regarding floating point registers or something that may want this.. Dan, Jon, David? do any of you have a good reason why I shouldn't remove the copyin().??
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0305051649530.27399-100000>
