From 6b0251e1bd8c21b5425fbbd84ebbb3d8f4042fdb Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sun, 17 Feb 2019 13:06:49 -0500 Subject: [PATCH] syscall_args: Remove R5 compatibility hack. --- headers/private/kernel/util/syscall_args.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/headers/private/kernel/util/syscall_args.h b/headers/private/kernel/util/syscall_args.h index 46eab7342c..5da82948b7 100644 --- a/headers/private/kernel/util/syscall_args.h +++ b/headers/private/kernel/util/syscall_args.h @@ -6,12 +6,6 @@ #include -// Hack to be able to use the IS_USER_ADDRESS macro when compiling for R5. -#ifdef R5_MEMORY_LAYOUT -# undef KERNEL_BASE -# define KERNEL_BASE 0x0 -#endif - // copy_ref_var_from_user template inline