Opened on Feb 21, 2003 at 6:34:00 PM
Closed on Mar 25, 2003 at 3:56:11 PM
Last modified on Dec 3, 2006 at 1:31:13 PM
#360 closed defect (fixed)
incorrect IRQ priority settings in powerpc/shared BSPs
Reported by: | strauman | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 2 |
Component: | bsps | Version: | unknown |
Severity: | major | Keywords: | |
Cc: | bugs@… | Blocked By: | |
Blocking: |
Description
BSP code had set the task priority register
multiple times of the OpenPIC instead of setting the
individual source priorities.
This patch adds
openpic_get_source_priority()
openpic_set_source_priority()
calls and lets IRQ management code use them
Release:
ss-20030128
Attachments (1)
Change History (2)
comment:1 Changed on Mar 25, 2003 at 3:56:11 PM by Joel Sherrill
Status: | assigned → closed |
---|
Changed on Dec 3, 2006 at 1:31:12 PM by strauman
Attachment: | ppc-sharedbsp-pic.diff1 added |
---|
ppc-sharedbsp-pic.diff1
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: open->closed
State-Changed-Why: Applied to both 4.6 branch and HEAD. Thanks.