[RTEMS Project] #2266: Move bsp_pretasking_hook() into files named bsppretaskinghook.c
RTEMS trac
trac at rtems.org
Fri Feb 13 20:27:26 UTC 2015
#2266: Move bsp_pretasking_hook() into files named bsppretaskinghook.c
---------------------------+------------------
Reporter: joel.sherrill | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 4.11
Component: General | Version: 4.11
Severity: normal | Keywords:
---------------------------+------------------
Over the past few years, we have split out the BSP required methods into
their own files with consistent names. bsp_pretasking_hook() is next on
the list.
$ grep -rl bsp_pretasking_hook .
./sparc/shared/bsppretaskinghook.c
./powerpc/score603e/startup/bspstart.c
./powerpc/beatnik/startup/bspstart.c
./powerpc/virtex5/startup/bspstart.c
./powerpc/virtex5/start/start.S
./powerpc/shared/startup/pretaskinghook.c
./powerpc/virtex4/startup/bspstart.c
./powerpc/virtex4/start/start.S
./powerpc/ep1a/startup/bspstart.c
./arm/lpc176x/startup/bspstart.c
./arm/lpc24xx/startup/bspstart.c
./bfin/bf537Stamp/startup/bspstart.c
./bfin/TLL6527M/startup/bspstart.c
./bfin/eZKit533/startup/bspstart.c
./shared/include/bootcard.h
./shared/bsppretaskinghook.c
./shared/bootcard.c
--
Ticket URL: <http://devel.rtems.org/ticket/2266>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list