diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2017-12-15 16:08:16 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2017-12-16 22:37:09 -0800 |
commit | f21a79cab3773bc17aa845b7738c7f200778a260 (patch) | |
tree | 810c2feba63b1e3839af00ee2af39d868b0d7cd8 /arch/xtensa/include/asm/regs.h | |
parent | c130d3be84afb9b5a30ce4f715f88a1c1dcc4114 (diff) | |
download | linux-f21a79cab3773bc17aa845b7738c7f200778a260.tar.bz2 |
xtensa: clean up exception handling structure
Instead of using flat array of longs use normal C structure and generate
EXC_TABLE_* constants in the asm-offsets.c
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/include/asm/regs.h')
-rw-r--r-- | arch/xtensa/include/asm/regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/regs.h b/arch/xtensa/include/asm/regs.h index 881a1134a4b4..477594e5817f 100644 --- a/arch/xtensa/include/asm/regs.h +++ b/arch/xtensa/include/asm/regs.h @@ -76,6 +76,7 @@ #define EXCCAUSE_COPROCESSOR5_DISABLED 37 #define EXCCAUSE_COPROCESSOR6_DISABLED 38 #define EXCCAUSE_COPROCESSOR7_DISABLED 39 +#define EXCCAUSE_N 64 /* PS register fields. */ |