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:
Ralf Corsepius
2004-04-03 00:14:06 +00:00
parent 4246571bde
commit 26848f3e46
7 changed files with 20 additions and 11 deletions

View File

@@ -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>.

View File

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

View File

@@ -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; \

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
* $Id$ * $Id$
*/ */
#include <idtcpu.h> #include <rtems/mips/idtcpu.h>
extern void resettlb( int i ); extern void resettlb( int i );