]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/sched.h
x86/intel_rdt: Change closid type from int to u32
[mirror_ubuntu-artful-kernel.git] / include / linux / sched.h
index f4e408fe855f91ffe6eb7bbf50b72bb1e023c5fa..b8b657dc9947dccd5f7ece04ec6694ec0e22a8d2 100644 (file)
@@ -899,7 +899,7 @@ struct task_struct {
        struct list_head                cg_list;
 #endif
 #ifdef CONFIG_INTEL_RDT
-       int                             closid;
+       u32                             closid;
 #endif
 #ifdef CONFIG_FUTEX
        struct robust_list_head __user  *robust_list;