summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/shared/arm920/mmu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 14:10:32 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:45 -0500
commitb4ed4cb6d71d26be4b1697959446e77781ea1512 (patch)
tree430795677a9120a4c3fb0c57526a26a380702df1 /c/src/lib/libcpu/arm/shared/arm920/mmu.c
parentgp32/startup/bspstart.c: Fix warnings (diff)
downloadrtems-b4ed4cb6d71d26be4b1697959446e77781ea1512.tar.bz2
libcpu/arm/shared/../mmu: Fix warnings
Diffstat (limited to 'c/src/lib/libcpu/arm/shared/arm920/mmu.c')
-rw-r--r--c/src/lib/libcpu/arm/shared/arm920/mmu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/arm/shared/arm920/mmu.c b/c/src/lib/libcpu/arm/shared/arm920/mmu.c
index f472b031ff..b76daa6c7a 100644
--- a/c/src/lib/libcpu/arm/shared/arm920/mmu.c
+++ b/c/src/lib/libcpu/arm/shared/arm920/mmu.c
@@ -1,9 +1,12 @@
/*
* ARM920 MMU functions
- *
+ */
+
+/*
* Copyright (c) 2004 by Cogent Computer Systems
* Written by Jay Monkman <jtm@lopingdog.com>
*/
+
#include <libcpu/mmu.h>
#include <libcpu/arm-cp15.h>