Changeset bfb87df in mainline for arch/amd64/src/amd64.c
- Timestamp:
- 2006-02-09T17:02:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f00329
- Parents:
- 874878a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/amd64.c
r874878a rbfb87df 122 122 exc_register(VECTOR_TLB_SHOOTDOWN_IPI, "tlb_shootdown", 123 123 tlb_shootdown_ipi); 124 exc_register(VECTOR_WAKEUP_IPI, "wakeup_ipi", wakeup_ipi);125 124 #endif /* CONFIG_SMP */ 126 125 }
Note:
See TracChangeset
for help on using the changeset viewer.