diff -r 7982704c8599 -r 9cc8f64726bb lib/master.c --- a/lib/master.c Thu May 12 08:40:22 2011 +0200 +++ b/lib/master.c Thu May 12 08:56:05 2011 +0200 @@ -455,7 +455,7 @@ } // Access the mapped region to cause the initial page fault - printf("pd: %x\n", master->process_data[0]); + master->process_data[0] = 0x00; } return 0;