Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2002 18:21:08 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18248 for review
Message-ID:  <200209280121.g8S1L8L5018356@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18248

Change 18248 by peter@peter_ia64 on 2002/09/27 18:20:52

	update for kse

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/vm_machdep.c#13 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/vm_machdep.c#13 (text+ko) ====

@@ -123,32 +123,15 @@
 }
 
 void
-cpu_save_upcall(struct thread *td, struct kse *newkse)
-{
-}
-
-void
 cpu_set_upcall(struct thread *td, void *pcb)
 {
 }
 
 void
-cpu_set_args(struct thread *td, struct kse *ke)
+cpu_set_upcall_kse(struct thread *td, struct kse *ke)
 {
 }
 
-void
-cpu_free_kse_mdstorage(struct kse *ke)
-{
-}
-
-int
-cpu_export_context(struct thread *td)
-{
-       return (0);
-}
-
-
 /*
  * Finish a fork operation, with process p2 nearly set up.
  * Copy and update the pcb, set up the stack so that the child

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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