forked from Imagelibrary/rtems
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, startup/idttlb.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>. * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, startup/idttlb.S, startup/inittlb.c: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,
|
||||||
|
startup/idttlb.S: Include <rtems/mips/iregdef.h> instead of
|
||||||
|
<iregdef.h>.
|
||||||
|
* console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,
|
||||||
|
startup/idttlb.S, startup/inittlb.c: Include <rtems/mips/idtcpu.h>
|
||||||
|
instead of <idtcpu.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* console/led.S: Include <rtems/asm.h> instead of <asm.h>.
|
* console/led.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
|
|
||||||
#define FRAME(name,frm_reg,offset,ret_reg) \
|
#define FRAME(name,frm_reg,offset,ret_reg) \
|
||||||
.globl name; \
|
.globl name; \
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
** idt_csu.S -- IDT stand alone startup code
|
** idt_csu.S -- IDT stand alone startup code
|
||||||
**
|
**
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
#include <iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -38,8 +38,8 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
* to set mem_size.
|
* to set mem_size.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
.data
|
.data
|
||||||
|
|||||||
@@ -30,8 +30,8 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
/* 950308: Ketan patched a few tlb functions that would not have worked.*/
|
/* 950308: Ketan patched a few tlb functions that would not have worked.*/
|
||||||
#include <iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
|
|
||||||
extern void resettlb( int i );
|
extern void resettlb( int i );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user