I'm removing this system call test from the /runtest scripts.  The personality() system call is poorly documented and difficult to figure out how to use by looking at the different architecture specific kernel files.
diff --git a/runtest/syscalls b/runtest/syscalls
index d0014bb..bbc9c99 100644
--- a/runtest/syscalls
+++ b/runtest/syscalls
@@ -474,8 +474,11 @@
 pause02 pause02
 pause03 pause03
 
-personality01 personality01
-personality02 personality02
+#  The personality() system call is poorly documented 
+#  and difficult to figure out how to use by looking 
+#  at the different architecture specific kernel files.
+#personality01 personality01
+#personality02 personality02
 
 pipe01 pipe01
 pipe02 pipe02