PERFORCE change 75123 for review
David Xu
davidxu at FreeBSD.org
Wed Apr 13 19:47:33 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=75123
Change 75123 by davidxu at 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);
More information about the p4-projects
mailing list