summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/page.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/pc386: Move libcpu content to bspsSebastian Huber2018-03-221-519/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill2016-03-031-1/+2
| | | | Fixes #2515.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-231-2/+0
| | | | * page.c: Remove unused var "dirCount".
* 2011-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-291-2/+2
| | | | * page.c: Remove CVS-Header tag. Add CVS-Id
* 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-281-1/+1
| | | | | * byteorder.h, cpu.h, page.c: Fix typo where license said found in found in.
* 2010-05-21 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill2010-05-211-24/+25
| | | | | * cache.c, page.c: Use masks and shift operations instead of bit-fields.
* 2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-111-11/+3
| | | | * page.c: Use bsp_mem_size.
* Whitespace removal.Ralf Corsepius2009-12-041-39/+39
|
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-061-16/+35
| | | | * page.c: Fixed warnings.
* Add missing prototypes.Ralf Corsepius2008-08-161-3/+3
|
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-281-1/+1
| | | | * page.c: Redo print to not have cvs conflict marker.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-1/+1
| | | | * page.c: Convert to using c99 fixed size types.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-211-5/+0
| | | | | | | | | * Makefile.am: Split the blob of *.o into cache.rel, page.rel and score.rel. Add PREINSTALL_DIRS. Use automake compilation rules. * page.c, cpuModel.S: Remove stray blanks. * configure.ac: Require automake >= 1.8.2. Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c: URL for license changed.
* 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-1/+1
| | | | | * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h. * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
* 2000-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-191-0/+2
| | | | * page.c: Readd deleted comment lines.
* 2000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-181-4/+1
| | | | * page.c: Replaced prototype of printk() with include of <bspIo.h>.
* Patch from John Cotton <john.cotton@nrc.ca> to correct cacheJoel Sherrill2000-06-141-2/+2
| | | | | | routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching.
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-121-28/+2
| | | | | | | | | | | | | | | <charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
* Removed warnings.Joel Sherrill1999-12-131-2/+2
|
* Removed dependency on bsp.h.Joel Sherrill1999-02-241-1/+3
|
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>. Missed adding this fileJoel Sherrill1999-02-181-0/+540
earlier to CVS.