Re: [PATCH 2/2] powerpc: Print esr register when hitting Program Interrupt

2021-04-24 Thread Xiongwei Song
On Fri, Apr 23, 2021 at 12:50 AM Christophe Leroy wrote: > > > > Le 22/04/2021 à 17:29, Christophe Leroy a écrit : > > > > > > Le 22/04/2021 à 17:10, Xiongwei Song a écrit : > >> From: Xiongwei Song > >> > >> The esr register has the details of Program Interrupt on BookE/4xx cpus, > >> printing i

Re: [PATCH 2/2] powerpc: Print esr register when hitting Program Interrupt

2021-04-24 Thread Xiongwei Song
On Thu, Apr 22, 2021 at 11:29 PM Christophe Leroy wrote: > > > > Le 22/04/2021 à 17:10, Xiongwei Song a écrit : > > From: Xiongwei Song > > > > The esr register has the details of Program Interrupt on BookE/4xx cpus, > > printing its value is helpful. > > > > Signed-off-by: Xiongwei Song > > ---

Re: [PATCH 2/2] powerpc: Print esr register when hitting Program Interrupt

2021-04-22 Thread Christophe Leroy
Le 22/04/2021 à 17:29, Christophe Leroy a écrit : Le 22/04/2021 à 17:10, Xiongwei Song a écrit : From: Xiongwei Song The esr register has the details of Program Interrupt on BookE/4xx cpus, printing its value is helpful. Signed-off-by: Xiongwei Song ---   arch/powerpc/kernel/process.c |

Re: [PATCH 2/2] powerpc: Print esr register when hitting Program Interrupt

2021-04-22 Thread Christophe Leroy
Le 22/04/2021 à 17:10, Xiongwei Song a écrit : From: Xiongwei Song The esr register has the details of Program Interrupt on BookE/4xx cpus, printing its value is helpful. Signed-off-by: Xiongwei Song --- arch/powerpc/kernel/process.c | 1 + 1 file changed, 1 insertion(+) diff --git a/a

[PATCH 2/2] powerpc: Print esr register when hitting Program Interrupt

2021-04-22 Thread Xiongwei Song
From: Xiongwei Song The esr register has the details of Program Interrupt on BookE/4xx cpus, printing its value is helpful. Signed-off-by: Xiongwei Song --- arch/powerpc/kernel/process.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/pro