2002-10-31 Joel Sherrill <joel@OARcorp.com>

* mpc6xx/clock/c_clock.c, mpc6xx/exceptions/raw_exception.c,
	mpc6xx/mmu/bat.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-10-31 20:12:46 +00:00
parent 7657233d5a
commit cebb89be71
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* mpc6xx/clock/c_clock.c, mpc6xx/exceptions/raw_exception.c,
mpc6xx/mmu/bat.c: Removed warnings.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -27,6 +27,8 @@
#include <libcpu/c_clock.h>
#include <rtems/bspIo.h> /* for printk() */
extern int BSP_connect_clock_handler (void);
/*
* Clock ticks since initialization
*/

View File

@@ -26,11 +26,15 @@
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>
#include <string.h>
static rtems_raw_except_connect_data* raw_except_table;
static rtems_raw_except_connect_data default_raw_except_entry;
static rtems_raw_except_global_settings* local_settings;
void * codemove(void *, const void *, unsigned int, unsigned long);
int mpc750_vector_is_valid(rtems_vector vector)
{
switch(vector) {
case ASM_RESET_VECTOR: /* fall through */

View File

@@ -35,6 +35,7 @@ typedef struct batrange { /* stores address ranges mapped by BATs */
batrange bat_addrs[4];
void asm_setdbat0(unsigned int, unsigned int);
void setdbat(int bat_index, unsigned long virt, unsigned long phys,
unsigned int size, int flags)
{