Changeset a175a67 in mainline for arch/ia64/src/interrupt.c
- Timestamp:
- 2006-06-06T17:10:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 732fd3c
- Parents:
- afc12d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/interrupt.c
rafc12d0 ra175a67 225 225 void universal_handler(__u64 vector, istate_t *istate) 226 226 { 227 fault_if_from_uspace(istate,"Interruption: %#hx (%s)\n",(__u16) vector, vector_to_string(vector)); 227 228 dump_interrupted_context(istate); 228 229 panic("Interruption: %#hx (%s)\n", (__u16) vector, vector_to_string(vector)); … … 268 269 return; 269 270 } 271 return; 270 272 panic("not implemented\n"); 271 273 /* TODO */
Note:
See TracChangeset
for help on using the changeset viewer.