Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Aug 2007 15:20:58 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Roman Divacky <rdivacky@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   Re: PERFORCE change 124529 for review
Message-ID:  <20070802152058.pog6diis8cckg8wg@webmail.leidinger.net>
In-Reply-To: <200708021130.l72BUHrY077198@repoman.freebsd.org>
References:  <200708021130.l72BUHrY077198@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Roman Divacky <rdivacky@FreeBSD.org> (from Thu, 2 Aug 2007 =20
11:30:17 GMT):

> http://perforce.freebsd.org/chv.cgi?CH=3D124529
>
> Change 124529 by rdivacky@rdivacky_witten on 2007/08/02 11:30:05
>
> =09Implement fake linux_sched_getaffinity() thus fixing java with  =20
> 2.6.16 and god knows what else.

> =3D=3D=3D=3D
>
> @@ -408,7 +408,8 @@
>  240=09AUE_NULL=09STD=09{ int linux_sys_futex(void *uaddr, int op, int val=
, \
>  =09=09=09=09=09struct l_timespec *timeout, void *uaddr2, int val3); }
>  241=09AUE_NULL=09UNIMPL=09linux_sched_setaffinity
> -242=09AUE_NULL=09UNIMPL=09linux_sched_getaffinity
> +242     AUE_NULL        STD     { int  =20
> linux_sched_getaffinity(l_pid_t pid, l_uint len, \
> +=09=09=09=09=09l_ulong *user_mask_ptr); }

Whitespace? I can't really tell but it looks like...


> @@ -410,7 +410,8 @@
>  240=09AUE_NULL=09STD=09{ int linux_sys_futex(void *uaddr, int op, int val=
, \
>  =09=09=09=09=09struct l_timespec *timeout, void *uaddr2, int val3); }
>  241=09AUE_NULL=09UNIMPL=09linux_sched_setaffinity
> -242=09AUE_NULL=09UNIMPL=09linux_sched_getaffinity
> +242=09AUE_NULL=09STD=09{ int linux_sched_getaffinity(l_pid_t pid, l_uint =
len, \
> +=09=09=09=09=09l_ulong *user_mask_ptr); }

This one looks ok, so the first one is maybe copy&paste.

Bye,
Alexander.

--=20
Bender: I believe that qualifies as ill. At least from a technical
  standpoint.

http://www.Leidinger.net    Alexander @ Leidinger.net: PGP ID =3D B0063FE7
http://www.FreeBSD.org       netchild @ FreeBSD.org  : PGP ID =3D 72077137



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