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

@@ -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 */