Changeset cbc8ac6 in mainline
- Timestamp:
- 2009-02-01T17:35:51Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4d1085
- Parents:
- 741a7af9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/interrupt.c
r741a7af9 rcbc8ac6 151 151 } 152 152 153 #ifdef CONFIG_SMP 153 154 static void tlb_shootdown_ipi(int n, istate_t *istate) 154 155 { … … 156 157 tlb_shootdown_ipi_recv(); 157 158 } 159 #endif 158 160 159 161 /** Handler of IRQ exceptions */
Note:
See TracChangeset
for help on using the changeset viewer.