It might be a bit offtopic for this list, but how can someone *test*
64k MMU pages on PPC64 without physical hardware? Does QEMU support
PPC64 with 64k pages and valgrind?

On Fri, Mar 29, 2013 at 10:40 AM,  <s...@valgrind.org> wrote:
> sewardj 2013-03-29 09:40:48 +0000 (Fri, 29 Mar 2013)
>
>   New Revision: 13350
>
>   Log:
>     Enable prctl on ppc64-linux.  Fixes #308089.
>
>   Modified files:
>     trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c
>
>
>   Modified: trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c (+1 -1)
> ===================================================================
> --- trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c     2013-03-28 22:52:14 
> +00:00 (rev 13349)
> +++ trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c     2013-03-29 09:40:48 
> +00:00 (rev 13350)
> @@ -882,7 +882,7 @@
>     LINX_(__NR_setresgid,         sys_setresgid),          // 169
>
>     LINXY(__NR_getresgid,         sys_getresgid),          // 170
> -// _____(__NR_prctl,             sys_prctl),              // 171
> +   LINXY(__NR_prctl,             sys_prctl),              // 171
>     PLAX_(__NR_rt_sigreturn,      sys_rt_sigreturn),       // 172
>     LINXY(__NR_rt_sigaction,      sys_rt_sigaction),       // 173
>     LINXY(__NR_rt_sigprocmask,    sys_rt_sigprocmask),     // 174
>
>
> ------------------------------------------------------------------------------
> Own the Future-Intel(R) Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest. Compete
> for recognition, cash, and the chance to get your game on Steam.
> $5K grand prize plus 10 genre and skill prizes. Submit your demo
> by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
> _______________________________________________
> Valgrind-developers mailing list
> valgrind-develop...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/valgrind-developers

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to