syscall_args: Remove R5 compatibility hack.
This commit is contained in:
@@ -6,12 +6,6 @@
|
|||||||
#include <kernel.h>
|
#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
|
// copy_ref_var_from_user
|
||||||
template<typename T>
|
template<typename T>
|
||||||
inline
|
inline
|
||||||
|
|||||||
Reference in New Issue
Block a user