CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK
[sfrench/cifs-2.6.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);