[RTEMS Project] #4862: score/ & bsps/: Unused input parameters
RTEMS trac
trac at rtems.org
Fri Mar 22 06:54:20 UTC 2024
#4862: score/ & bsps/: Unused input parameters
---------------------------+------------------------------
Reporter: Daniel Páscoa | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.1
Component: unspecified | Version: 6
Severity: normal | Resolution:
Keywords: qualification | Blocked By:
Blocking: |
---------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"1eed6f8bfca86b77174412292ff7807708f4ab3a/rtems"
1eed6f8/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="1eed6f8bfca86b77174412292ff7807708f4ab3a"
bsps: Avoid unused argument in clock interrupt
Pass the parameter of the clock interrupt handler to
Clock_driver_support_at_tick() and Clock_driver_timecounter_tick(). This
makes
it possible to use the interrupt handler argument in clock drivers.
Use the interrupt handler provided by Clock_driver_support_install_isr()
to
avoid local delarations of Clock_isr().
Update #4862.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4862#comment:9>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list