Revert "cortex_m3: add auto maskisr"
This reverts commit ff640f197a.
Original patch reverted as Author's name was incorrectly set.
This commit is contained in:
@@ -140,13 +140,6 @@ enum cortex_m3_soft_reset_config
|
||||
CORTEX_M3_RESET_VECTRESET,
|
||||
};
|
||||
|
||||
enum cortex_m3_isrmasking_mode
|
||||
{
|
||||
CORTEX_M3_ISRMASK_AUTO,
|
||||
CORTEX_M3_ISRMASK_OFF,
|
||||
CORTEX_M3_ISRMASK_ON,
|
||||
};
|
||||
|
||||
struct cortex_m3_common
|
||||
{
|
||||
int common_magic;
|
||||
@@ -173,8 +166,6 @@ struct cortex_m3_common
|
||||
|
||||
enum cortex_m3_soft_reset_config soft_reset_config;
|
||||
|
||||
enum cortex_m3_isrmasking_mode isrmasking_mode;
|
||||
|
||||
struct armv7m_common armv7m;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user