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