Changeset 1b20da0 in mainline for kernel/arch/sparc64/src/trap/interrupt.c
- Timestamp:
- 2018-02-28T17:52:03Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3061bc1
- Parents:
- df6ded8
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:26:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/interrupt.c
rdf6ded8 r1b20da0 112 112 exc_register(TT_TAG_OVERFLOW, 113 113 "tag_overflow", false, 114 tag_overflow); 114 tag_overflow); 115 115 exc_register(TT_DIVISION_BY_ZERO, 116 116 "division_by_zero", false, … … 145 145 tick_interrupt); 146 146 147 #ifdef SUN4U 147 #ifdef SUN4U 148 148 exc_register(TT_INTERRUPT_VECTOR_TRAP, 149 149 "interrupt_vector_trap", true, … … 159 159 exc_register(TT_FAST_DATA_ACCESS_PROTECTION, 160 160 "fast_data_access_protection", true, 161 fast_data_access_protection); 161 fast_data_access_protection); 162 162 163 163 #ifdef SUN4V
Note:
See TracChangeset
for help on using the changeset viewer.