diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-04-11 10:47:28 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-04-11 10:47:28 +0200 |
commit | b6466d53afdb0c3ca058848cd4c12e141aba0763 (patch) | |
tree | 06da4bf69879a7a26dc78d1b4f4b47ca4aaf4c74 /arch/x86/mm/mpx.c | |
parent | 4ffa3c977b5da2907eb294dc6d0259a02f2284aa (diff) | |
parent | 7f00f388712b29005782bad7e4b25942620f3b9c (diff) | |
download | linux-b6466d53afdb0c3ca058848cd4c12e141aba0763.tar.bz2 |
Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
Conflicts:
arch/x86/kernel/cpu/intel_rdt_schemata.c
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/mm/mpx.c')
-rw-r--r-- | arch/x86/mm/mpx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/mpx.c b/arch/x86/mm/mpx.c index 5126dfd52b18..cd44ae727df7 100644 --- a/arch/x86/mm/mpx.c +++ b/arch/x86/mm/mpx.c @@ -590,7 +590,7 @@ static unsigned long mpx_bd_entry_to_bt_addr(struct mm_struct *mm, * we might run off the end of the bounds table if we are on * a 64-bit kernel and try to get 8 bytes. */ -int get_user_bd_entry(struct mm_struct *mm, unsigned long *bd_entry_ret, +static int get_user_bd_entry(struct mm_struct *mm, unsigned long *bd_entry_ret, long __user *bd_entry_ptr) { u32 bd_entry_32; |