[COMMON] arm64: kernel: fix show data with regs
authorHosung Kim <hosung0.kim@samsung.com>
Mon, 29 May 2017 06:51:50 +0000 (15:51 +0900)
committerYoungmin Nam <youngmin.nam@samsung.com>
Fri, 29 Jun 2018 09:17:30 +0000 (18:17 +0900)
commit5462730333264782738823fd99b44b4668efd4c4
tree1713cf86e6a7b2f4d9e29be16533640f4e6a674d
parenta059d18f97cc87fd412127248b6aa6fef22ba8c0
[COMMON] arm64: kernel: fix show data with regs

This commit fix the situation that it couldn't output register
informatio which is located in vmalloc address because of
kaslr enable. KASLR is the default after 4.6 kernel of arm64.

Change-Id: Ied75938e89d31d1e6386ac88e5e4d9a97f1159e4
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
arch/arm64/kernel/process.c