Changes between Version 22 and Version 23 of kernel_interrupts
- Timestamp:
- Apr 1, 2015, 11:43:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_interrupts
v22 v23 60 60 This function does three things: 61 61 1. it allocates a WTI mailbox in the XCU of cluster[x,y] to the requesting processor ( index is in [4*p+1, 4*p+2, 4*p+3] ) ; 62 2. it initiali ses the IOPIC entry associated to the (isr_type/isr_channel)IRQ.62 2. it initializes the IOPIC register associated to the (isr_type / isr_channel) external IRQ. 63 63 3. it initializes the proper entry in the WTI interrupt vector associated to processor P[x,y,p]. 64 64