arm64: mm: only perform memstart_addr sanity check if DEBUG_VM
authorArd Biesheuvel <[email protected]>
Mon, 22 Feb 2016 17:46:03 +0000 (18:46 +0100)
committerCatalin Marinas <[email protected]>
Tue, 23 Feb 2016 17:42:11 +0000 (17:42 +0000)
commita92405f082d43267575444a6927085e4c8a69e4e
treeba1521809b1a95c228956628863c8d454cd0dff7
parent70c8abc28762d04e36c92e07eee2ce6ab41049cb
arm64: mm: only perform memstart_addr sanity check if DEBUG_VM

Checking whether memstart_addr has been assigned every time it is
referenced adds a branch instruction that may hurt performance if
the reference in question occurs on a hot path. So only perform the
check if CONFIG_DEBUG_VM=y.

Signed-off-by: Ard Biesheuvel <[email protected]>
[[email protected]: replaced #ifdef with VM_BUG_ON]
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/include/asm/memory.h