commit | 38789dbd5ef93b41b423e98030203596990a48b2 | [log] [tgz] |
---|---|---|
author | Huifeng Zhang <Huifeng.Zhang@arm.com> | Wed Jul 12 18:31:16 2023 +0800 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Sep 13 10:08:05 2023 +0100 |
tree | 5665eef36475d92a86fec70e8840fe05658e5574 | |
parent | 9b739bc0f2f98a6bd6a6578b2c1937b67ce1aea7 [diff] |
arch: arm: Separate common exc header file This commit Separate exc.h into two header files, 'cortex_a_r/exc.h' and 'cortex_m/exc.h'. Still, keep 'exc.h' so that we don't need to change other files which include it. Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>