[PATCH 2/2] powerpc: move debug registers in a structure

2013-07-03 Thread Bharat Bhushan
This way we can use same data type struct with KVM and also help in using other debug related function. Signed-off-by: Bharat Bhushan --- arch/powerpc/include/asm/processor.h | 38 + arch/powerpc/include/asm/reg_booke.h |8 +- arch/powerpc/kernel/asm-offsets.c|2 +- arch/po

Re: [PATCH 2/2] powerpc: move debug registers in a structure

2013-07-10 Thread Michael Neuling
Bharat Bhushan wrote: > This way we can use same data type struct with KVM and > also help in using other debug related function. > > Signed-off-by: Bharat Bhushan Acked-by: Michael Neuling > --- > arch/powerpc/include/asm/processor.h | 38 + > arch/powerpc/include/asm/reg_booke.h