summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 21:17:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 21:17:06 +0000
commitb679966dc97836271d38795af83091008330302e (patch)
treeff69663bc771dd86e9508f03a3fe47a06c0890b1 /c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
parent2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b679966dc97836271d38795af83091008330302e.tar.bz2
2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h, mpc6xx/timer/timer.c, new-exceptions/e500_raw_exc_init.c, new-exceptions/bspsupport/ppc_exc_bspsupp.h, new-exceptions/bspsupport/vectors_init.c: Fix warnings.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
index 3436256594..4f430cefc1 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
@@ -231,7 +231,7 @@ dumpPteg (unsigned long vsid, unsigned long pi, unsigned long hash);
unsigned long
triv121IsRangeMapped (long vsid, unsigned long start, unsigned long end);
-static void do_dssall ();
+static void do_dssall (void);
/**************************** STATIC VARIABLES ****************************/
@@ -899,7 +899,7 @@ triv121UnmapEa (unsigned long ea)
* Just do it to be on the safe side...
*/
static void
-do_dssall ()
+do_dssall (void)
{
/* Before changing BATs, 'dssall' must be issued.
* We check MSR for MSR_VE and issue a 'dssall' if