]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/process.c
x86/arch_prctl: Add do_arch_prctl_common()
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / process.c
index 366db7782fc60d0b6cd83f8f4c4b83887377f7c0..b12e95eceb83d76c2fb71cded930dc47be16fe3e 100644 (file)
@@ -545,3 +545,9 @@ out:
        put_task_stack(p);
        return ret;
 }
+
+long do_arch_prctl_common(struct task_struct *task, int option,
+                         unsigned long cpuid_enabled)
+{
+       return -EINVAL;
+}