Re: [PATCH v3 05/33] nds32: Exception handling

2017-12-08 Thread Al Viro
On Fri, Dec 08, 2017 at 05:11:48PM +0800, Greentime Hu wrote: > diff --git a/arch/nds32/kernel/traps.c b/arch/nds32/kernel/traps.c > new file mode 100644 > index 000..30a275d > --- /dev/null > +++ b/arch/nds32/kernel/traps.c > @@ -0,0 +1,441 @@ > +/* > + * Copyright (C) 2005-2017 Andes Technol

[PATCH v3 05/33] nds32: Exception handling

2017-12-08 Thread Greentime Hu
From: Greentime Hu This patch includes the exception/interrupt entries, pt_reg structure and related accessors. Signed-off-by: Vincent Chen Signed-off-by: Greentime Hu --- arch/nds32/include/asm/ptrace.h | 79 + arch/nds32/kernel/ex-entry.S| 170 +++ arch/nds32/kernel/ex-ex