commit | 4c2e7ce8b9864fa1c5f9fc5ea19af11205730cd6 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@kernel.org> | Thu Nov 18 19:24:42 2021 +0800 |
committer | Palmer Dabbelt <palmer@rivosinc.com> | Wed Jan 05 17:52:34 2022 -0800 |
tree | 014cb765ef1c22423fa1caf44bccf13871a9282b | |
parent | ef127bca1129d3d15f909f9215b9431a2f67555a [diff] |
riscv: extable: use `ex` for `exception_table_entry` The var name "fixup" is a bit confusing, since this is a exception_table_entry. Use "ex" instead to refer to an entire entry. In subsequent patches we'll use `fixup` to refer to the fixup field specifically. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>