uml: turn build warnings into comments
[powerpc.git] / arch / um / os-Linux / skas / process.c
index 5c088a5..6a0e466 100644 (file)
@@ -586,7 +586,7 @@ void switch_mm_skas(struct mm_id *mm_idp)
 {
        int err;
 
-#warning need cpu pid in switch_mm_skas
+       /* FIXME: need cpu pid in switch_mm_skas */
        if(proc_mm){
                err = ptrace(PTRACE_SWITCH_MM, userspace_pid[0], 0,
                             mm_idp->u.mm_fd);