Get rid of the --client-perms= flag.  Valgrind now depends critically
on the client-request subsystem, and disabling it is no longer a
sensible thing to do.

Also: in the manual, mention flags --trace-sched= and --trace-pthread=.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@79 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/vg_to_ucode.c b/vg_to_ucode.c
index 1998c8e..3bc7bb0 100644
--- a/vg_to_ucode.c
+++ b/vg_to_ucode.c
@@ -3007,8 +3007,8 @@
 
    if (dis) VG_(printf)("\t0x%x:  ", eip);
 
-   /* Spot the client-request magic sequence, if required. */
-   if (1 /*VG_(clo_client_perms)*/) {
+   /* Spot the client-request magic sequence. */
+   {
       UChar* myeip = (UChar*)eip;
       /* Spot this:
          C1C01D                roll $29, %eax