arm64: remove bogus TASK_SIZE_64 check
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / include / asm / memory.h
index 11ccf6c095331599e93ccf5620555d3466166df1..37f3538a2924826e63b698c7255891f78524fa27 100644 (file)
 
 #define TASK_UNMAPPED_BASE     (PAGE_ALIGN(TASK_SIZE / 4))
 
-#if TASK_SIZE_64 > MODULES_VADDR
-#error Top of 64-bit user space clashes with start of module space
-#endif
-
 /*
  * Physical vs virtual RAM address space conversion.  These are
  * private definitions which should NOT be used outside memory.h