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)
committerGreg Hackmann <ghackmann@google.com>
Wed, 10 Sep 2014 00:56:04 +0000 (17:56 -0700)
commit89563feb836a95316305bab9fe75f85c64170175
treed42fb550dd863962327200da93563f55507a4dd8
parent42df511db0372b4878b322d812b975e4632a2928
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