arm64: remove bogus TASK_SIZE_64 check
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 26 Oct 2015 03:53:17 +0000 (12:53 +0900)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 28 Oct 2015 18:51:13 +0000 (18:51 +0000)
commit6e4a0f2b5c56af6be43b546df16b1ece7df537d8
tree8d50eda6b6659a7a19d291142ad018e4662c1a3a
parentf90df5e27d978c492c4d911476622a7413621213
arm64: remove bogus TASK_SIZE_64 check

The comparison between TASK_SIZE_64 and MODULES_VADDR does not
make any sense on arm64, it is simply something that has been
carried over from the ARM port which arm64 is based on. So drop it.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/memory.h