Changeset 50 for trunk/hal/tsar_mips32/hal_do_exceptions.c
- Timestamp:
- Jun 26, 2017, 3:15:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/hal_do_exceptions.c
r1 r50 95 95 ///////////////////////////////////////////////////////////////////////////////////////// 96 96 97 remote_spinlock_t exception_lock; 98 97 __attribute__((section(".kdata"))) 98 remote_spinlock_t exception_lock CONFIG_CACHE_LINE_ALIGNED; 99 99 100 100 /////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.