aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/trace/mpx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/trace/mpx.h')
-rw-r--r--arch/x86/include/asm/trace/mpx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/trace/mpx.h b/arch/x86/include/asm/trace/mpx.h
index 7bd92db09e8d..54133017267c 100644
--- a/arch/x86/include/asm/trace/mpx.h
+++ b/arch/x86/include/asm/trace/mpx.h
@@ -11,12 +11,12 @@
TRACE_EVENT(mpx_bounds_register_exception,
- TP_PROTO(void *addr_referenced,
+ TP_PROTO(void __user *addr_referenced,
const struct mpx_bndreg *bndreg),
TP_ARGS(addr_referenced, bndreg),
TP_STRUCT__entry(
- __field(void *, addr_referenced)
+ __field(void __user *, addr_referenced)
__field(u64, lower_bound)
__field(u64, upper_bound)
),