cvs commit: src/sys/alpha/alpha vm_machdep.c

David Xu davidxu at freebsd.org
Sun Jun 15 15:37:20 PDT 2003


----- Original Message -----=20
From: "Julian Elischer" <julian at FreeBSD.ORG>
To: <cvs-all at FreeBSD.org>; <cvs-src at FreeBSD.org>; <davidxu at FreeBSD.org>; =
<src-committers at FreeBSD.org>
Sent: Sunday, June 15, 2003 2:19 PM
Subject: Re: cvs commit: src/sys/alpha/alpha vm_machdep.c


> From: David Xu <davidxu at FreeBSD.org>
> davidxu     2003/06/14 17:54:07 PDT
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     sys/alpha/alpha      vm_machdep.c=20
>   Log:
>   Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used by
>   SA process.
>  =20
>   Revision  Changes    Path
>   1.88      +0 -2      src/sys/alpha/alpha/vm_machdep.c
> I think this is only part of the  answer..
> If anyone else is using cpu-set_upcall then we should rename
> it to "set_return_context" or something, since on SA has upcalls.
>=20
>=20
A few of code is calling the function, 1:1 threading when creating
a thread and SA process when scheduling an upcall. I think it is
still manageable.

David Xu



More information about the cvs-src mailing list