Date: Thu, 14 Apr 2005 02:47:31 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 75123 for review Message-ID: <200504140247.j3E2lVJ6013855@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75123 Change 75123 by davidxu@davidxu_celeron on 2005/04/14 02:47:20 Add cpu_set_user_tls function. Affected files ... .. //depot/projects/davidxu_thread/src/sys/sys/proc.h#13 edit Differences ... ==== //depot/projects/davidxu_thread/src/sys/sys/proc.h#13 (text+ko) ==== @@ -893,6 +893,7 @@ void kseinit(void); void cpu_set_upcall(struct thread *td, struct thread *td0); void cpu_set_upcall_kse(struct thread *, void (*)(void *), void *, stack_t *); +void cpu_set_user_tls(struct thread *, void *tls_base, size_t tls_size, int tls_seg); void cpu_thread_clean(struct thread *); void cpu_thread_exit(struct thread *); void cpu_thread_setup(struct thread *td);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504140247.j3E2lVJ6013855>