Re: [PATCH v2 2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h

2014-05-25 Thread Christoffer Dall
On Tue, May 20, 2014 at 05:55:38PM +0100, Marc Zyngier wrote: > In order to be able to use the DBG_MDSCR_* macros from the KVM code, > move the relevant definitions to the obvious include file. > > Also move the debug_el enum to a portion of the file that is guarded > by #ifndef __ASSEMBLY__ in or

[PATCH v2 2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h

2014-05-20 Thread Marc Zyngier
In order to be able to use the DBG_MDSCR_* macros from the KVM code, move the relevant definitions to the obvious include file. Also move the debug_el enum to a portion of the file that is guarded by #ifndef __ASSEMBLY__ in order to use that file from assembly code. Acked-by: Will Deacon Reviewe