2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>

* mpc6xx/mmu/bat.c: Add missing prototypes.
This commit is contained in:
Ralf Corsepius
2009-10-22 01:57:51 +00:00
parent 8bf89f3b46
commit 40993862c5
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* mpc6xx/mmu/bat.c: Add missing prototypes.
2009-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/edma/edma.c, mpc55xx/esci/esci.c: Update for interrupt

View File

@@ -160,7 +160,7 @@ bat_addrs_put (ubat * bat, int typ, int idx)
* cache.
*/
static void
bat_addrs_init ()
bat_addrs_init (void)
{
ubat bat;
@@ -204,7 +204,7 @@ bat_addrs_init ()
}
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
@@ -227,7 +227,7 @@ do_dssall ()
/* Clear I/D bats 4..7 ONLY ON 7455 etc. */
static void
clear_hi_bats ()
clear_hi_bats (void)
{
do_dssall ();
CLRBAT (DBAT4);