Changeset 14df080 in mainline for arch/ia32/src/smp/apic.c
- Timestamp:
- 2006-06-08T16:17:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 85d24f61
- Parents:
- 3701250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/apic.c
r3701250 r14df080 172 172 void apic_spurious(int n, istate_t *istate) 173 173 { 174 #ifdef CONFIG_DEBUG 174 175 printf("cpu%d: APIC spurious interrupt\n", CPU->id); 176 #endif 175 177 } 176 178
Note:
See TracChangeset
for help on using the changeset viewer.