X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fmm_types.h;h=004e9d17b47e0f7187baac2ba8d84d3633841bf3;hb=8ab7913675726e5ae23b91221c0b5442d986d44a;hp=6e0b286649f1fc9a981090f38a4cbbd9b0db2f40;hpb=6c880ad51b829006c5387df88967954c0e874993;p=cascardo%2Flinux.git diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 6e0b286649f1..004e9d17b47e 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -454,6 +454,10 @@ struct mm_struct { bool tlb_flush_pending; #endif struct uprobes_state uprobes_state; +#ifdef CONFIG_X86_INTEL_MPX + /* address of the bounds directory */ + void __user *bd_addr; +#endif }; static inline void mm_init_cpumask(struct mm_struct *mm)