- Timestamp:
- 2006-05-01T13:19:14Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f27b4c
- Parents:
- cf26ba9
- Location:
- arch/ia64
- Files:
-
- 2 edited
-
include/interrupt.h (modified) (3 diffs)
-
src/interrupt.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/interrupt.h
rcf26ba9 r953b0f33 34 34 #include <arch/register.h> 35 35 36 #define IRQ_COUNT 1 /* TODO */ 37 36 38 /** External Interrupt vectors. */ 37 39 #define INTERRUPT_TIMER 0 … … 49 51 50 52 struct istate { 51 52 53 __r128 f2; 53 54 __r128 f3; … … 80 81 __r128 f30; 81 82 __r128 f31; 82 83 83 84 84 __address ar_bsp; 85 85 __address ar_bspstore; -
arch/ia64/src/interrupt.c
rcf26ba9 r953b0f33 44 44 #include <print.h> 45 45 #include <proc/scheduler.h> 46 #include <ipc/sysipc.h> 47 46 48 47 49 #define VECTORS_64_BUNDLE 20 … … 240 242 } 241 243 } 244 245 /* Reregister irq to be IPC-ready */ 246 void irq_ipc_bind_arch(__native irq) 247 { 248 panic("not implemented\n"); 249 /* TODO */ 250 }
Note:
See TracChangeset
for help on using the changeset viewer.
