forked from Imagelibrary/rtems
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>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -27,6 +27,8 @@
|
|||||||
#include <libcpu/c_clock.h>
|
#include <libcpu/c_clock.h>
|
||||||
#include <rtems/bspIo.h> /* for printk() */
|
#include <rtems/bspIo.h> /* for printk() */
|
||||||
|
|
||||||
|
extern int BSP_connect_clock_handler (void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Clock ticks since initialization
|
* Clock ticks since initialization
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -26,11 +26,15 @@
|
|||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
#include <libcpu/cpuIdent.h>
|
#include <libcpu/cpuIdent.h>
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
static rtems_raw_except_connect_data* raw_except_table;
|
static rtems_raw_except_connect_data* raw_except_table;
|
||||||
static rtems_raw_except_connect_data default_raw_except_entry;
|
static rtems_raw_except_connect_data default_raw_except_entry;
|
||||||
static rtems_raw_except_global_settings* local_settings;
|
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)
|
int mpc750_vector_is_valid(rtems_vector vector)
|
||||||
|
|
||||||
{
|
{
|
||||||
switch(vector) {
|
switch(vector) {
|
||||||
case ASM_RESET_VECTOR: /* fall through */
|
case ASM_RESET_VECTOR: /* fall through */
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ typedef struct batrange { /* stores address ranges mapped by BATs */
|
|||||||
|
|
||||||
batrange bat_addrs[4];
|
batrange bat_addrs[4];
|
||||||
|
|
||||||
|
void asm_setdbat0(unsigned int, unsigned int);
|
||||||
void setdbat(int bat_index, unsigned long virt, unsigned long phys,
|
void setdbat(int bat_index, unsigned long virt, unsigned long phys,
|
||||||
unsigned int size, int flags)
|
unsigned int size, int flags)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user