mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 09:33:46 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user