arm64: process: dump memory around registers when displaying regs
authorGreg Hackmann <ghackmann@google.com>
Wed, 10 Sep 2014 00:36:05 +0000 (17:36 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:54:04 +0000 (13:54 -0800)
commit565ae0937ee24576f480ffb755addf1be28aa980
treeeab26b6bab6a3c3ae3e018a6dbd80a2db0a63652
parentc6a9c8e51b188d049496643db2cfbb67df65190c
arm64: process: dump memory around registers when displaying regs

A port of 8608d7c4418c75841c562a90cddd9beae5798a48 to ARM64.  Both the
original code and this port are limited to dumping kernel addresses, so
don't bother if the registers are from a userspace process.

Change-Id: Idc76804c54efaaeb70311cbb500c54db6dac4525
Signed-off-by: Greg Hackmann <ghackmann@google.com>
arch/arm64/kernel/process.c