syscall_args: Remove R5 compatibility hack.

This commit is contained in:
Augustin Cavalier 2019-02-17 13:06:49 -05:00
parent 8670326a9a
commit 6b0251e1bd
1 changed files with 0 additions and 6 deletions

View File

@ -6,12 +6,6 @@
#include <kernel.h>
// 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<typename T>
inline