#1876 closed defect (fixed)
Add SMP ISR support
Reported by: | Jennifer Averett | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 4.11 |
Component: | score | Version: | 4.11 |
Severity: | normal | Keywords: | |
Cc: | sebastian.huber@…, gedare@…, marta.rybczynska@… | Blocked By: | |
Blocking: |
Description
This is a rather large patch that adds isr smp support.
Attachments (2)
Change History (9)
Changed on 08/02/11 at 13:24:29 by Jennifer Averett
Attachment: | jla-isr-smp.diff added |
---|
comment:1 Changed on 08/02/11 at 18:50:03 by Gedare Bloom
Cc: | giddyup44@… added |
---|
Changed on 08/03/11 at 16:40:07 by Jennifer Averett
Attachment: | isr-patch.diff added |
---|
patch to add smp support to isr
comment:2 Changed on 08/03/11 at 16:40:07 by Jennifer Averett
attachments.isobsolete: | 0 → 1 |
---|
comment:3 Changed on 08/09/11 at 18:57:24 by Marta Rybczynska
Cc: | Marta Rybczynska added |
---|
comment:4 Changed on 08/22/11 at 17:28:55 by Jennifer Averett
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed on 08/23/11 at 06:39:31 by Sebastian Huber
Cc: | Sebastian Huber added |
---|
comment:6 Changed on 08/23/11 at 18:19:33 by Marta Rybczynska
Sebastian, you're right. ISR_Enable/Disable has also a lock functionality. It is also true that we address this in our upcoming patch. However, the removal of the BKL will take some time (we've already done some work). You can already see the approach we took in the PR we created some time ago https://www.rtems.org/PR1809
Joel, the patch is really big. I'm trying to remove the non-essential things.
comment:7 Changed on 11/24/14 at 18:58:28 by Gedare Bloom
Version: | HEAD → 4.11 |
---|
Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11
Note: See
TracTickets for help on using
tickets.
Add smp isr support