summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/shared/arm920/mmu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/arm: Move libcpu content to bspsSebastian Huber2018-03-131-137/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* libcpu/arm/shared/../mmu: Fix warningsJoel Sherrill2014-10-161-1/+4
|
* 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.
* add support for lpc32xxThomas Doerfler2010-01-121-131/+15
|
* Whitespace removal.Ralf Corsepius2009-11-301-4/+4
|
* 2006-06-02 Jay MonkmanJay Monkman2006-06-031-1/+11
| | | | | | | | * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h, s3c2400/irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-041-2/+2
| | | | | | * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c, mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h, shared/arm920/mmu.c: Remove warnings.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-151-0/+242
* ChangeLog, Makefile.am, arm920/mmu.c, include/mmu.h: New files.