Use helpers to obtain task pid in printks (arch code)
[deliverable/linux.git] / arch / alpha / mm / fault.c
index e0593e606140057ef7da165763b71e7c47491837..4829f96585b15a1fd59f0409750df4ed59d99d35 100644 (file)
@@ -194,7 +194,7 @@ do_page_fault(unsigned long address, unsigned long mmcsr,
                goto survive;
        }
        printk(KERN_ALERT "VM: killing process %s(%d)\n",
-              current->comm, current->pid);
+              current->comm, task_pid_nr(current));
        if (!user_mode(regs))
                goto no_context;
        do_group_exit(SIGKILL);
This page took 0.025969 seconds and 5 git commands to generate.