Changeset 92778f2 in mainline for kernel/arch/sparc64/src/trap/interrupt.c
- Timestamp:
- 2006-12-04T21:14:07Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b43f86
- Parents:
- 3d76996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/interrupt.c
r3d76996 r92778f2 45 45 #include <arch.h> 46 46 #include <mm/tlb.h> 47 #include <arch/mm/cache.h> 47 48 #include <config.h> 48 49 #include <synch/spinlock.h> … … 91 92 if (data0 == (uintptr_t) tlb_shootdown_ipi_recv) { 92 93 tlb_shootdown_ipi_recv(); 94 } else if (data0 == (uintptr_t) dcache_shootdown_ipi_recv) { 95 dcache_shootdown_ipi_recv(); 93 96 } 94 97 #endif
Note:
See TracChangeset
for help on using the changeset viewer.