commit | c7db4ff5d2b459a579d348532a92fd5885520ce6 | [log] [tgz] |
---|---|---|
author | Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com> | Tue Jan 28 11:20:17 2014 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Feb 26 11:16:25 2014 +0000 |
tree | 9fefbee341d75961e42aecf97267e450c3b46e6e | |
parent | cfbf8d4857c26a8a307fb7cd258074c9dcd8c691 [diff] |
arm64: Add macros to manage processor debug state Add macros to enable and disable to manage PSTATE.D for debugging. The macros local_dbg_save and local_dbg_restore are moved to irqflags.h file KGDB boot tests fail because of PSTATE.D is masked. unmask it for debugging support Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com> Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>