Changeset f651e80 in mainline for kernel/arch/sparc64/src/trap/interrupt.c
- Timestamp:
- 2009-01-08T12:07:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/interrupt.c
rc571f42 rf651e80 73 73 status = asi_u64_read(ASI_INTR_DISPATCH_STATUS, 0); 74 74 if (status & (!INTR_DISPATCH_STATUS_BUSY)) 75 panic("Interrupt Dispatch Status busy bit not set \n");75 panic("Interrupt Dispatch Status busy bit not set."); 76 76 77 77 intrcv = asi_u64_read(ASI_INTR_RECEIVE, 0);
Note:
See TracChangeset
for help on using the changeset viewer.