summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/csb360/start/idle-mcf5272.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-11bsps/m68k/csv360: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2018-03-26bsps/m68k: Move libcpu content to bspsSebastian Huber1-7/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-10-09Eliminate use of /*PAGE and clean up formattingJoel Sherrill1-17/+10
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+3
* mcf5225x/network/fec.c, mcf5235/cache/cachepd.c, mcf532x/cache/cachepd.c, shared/cache/cache.c, shared/misc/m68kidle.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2009-11-30Whitespace removal.Ralf Corsepius1-1/+1
2009-10-202009/10/20 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+1
* shared/misc/m68kidle.c: somehow this change was never committed, sorry.
2009-02-122009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* shared/misc/m68kidle.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
2008-07-312008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
* shared/misc/m68kidle.c: Correct prototype of Idle threads.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* shared/misc/m68kidle.c: URL for license changed.
2002-08-212002-08-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+43
* configure.ac, shared/misc/Makefile.am: PR217 required that the idle task be moved to libcpu so it could be more acutely aware of the CPU model. This file was modified to pick up the idle task from there. * shared/misc/m68kidle.c: New file.