summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/p4000/startup
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/mips/p4000/startup')
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/idtmem.S13
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/idttlb.S3
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/setvec.c1
4 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c
index ebe97dbaae..825105f539 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c
+++ b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c
@@ -24,8 +24,6 @@
* static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
*/
-
-
#include <rtems.h>
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/p4000/startup/idtmem.S b/c/src/lib/libbsp/mips/p4000/startup/idtmem.S
index eb843984ea..e7744e2ef9 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/idtmem.S
+++ b/c/src/lib/libbsp/mips/p4000/startup/idtmem.S
@@ -67,7 +67,6 @@ scache_linesize:
.word 0
#endif
-
.text
#if __mips == 1
@@ -101,7 +100,6 @@ FRAME(config_Dcache,sp, CONFIGFRM, ra)
j ra
ENDFRAME(config_Dcache)
-
/*************************************************************************
**
** Config_Icache() -- determine size of Instruction cache
@@ -189,7 +187,6 @@ FRAME(_size_cache,sp,0,ra)
ENDFRAME(_size_cache)
.set reorder
-
#define FLUSHFRM (2*4)
/***************************************************************************
@@ -230,7 +227,6 @@ _Dflush_done:
j ra
ENDFRAME(flush_Dcache)
-
/***************************************************************************
**
** flush_Icache() - flush entire Instruction cache
@@ -326,7 +322,6 @@ FRAME(clear_Dcache,sp,0,ra)
j ra
ENDFRAME(clear_Dcache)
-
/**************************************************************************
**
** clear_Icache(base_addr, byte_count) - flush portion of Instruction cache
@@ -383,14 +378,12 @@ FRAME(clear_Icache,sp,0,ra)
j ra
ENDFRAME(clear_Icache)
-
/**************************************************************************
**
** get_mem_conf - get memory configuration
**
***************************************************************************/
-
FRAME(get_mem_conf,sp,0,ra)
lw t6, mem_size
@@ -530,7 +523,6 @@ LEAF(_size_cache)
1: j ra
END(_size_cache)
-
/*
* void config_cache() R4000
*
@@ -552,7 +544,6 @@ LEAF(config_cache)
8: j ra
END(config_cache)
-
/*
* void _init_cache() R4000
*/
@@ -604,7 +595,6 @@ LEAF(_init_cache)
j ra
END(_init_cache)
-
/*
* void flush_cache (void) R4000
*
@@ -832,8 +822,6 @@ LEAF(clean_icache_indexed)
2: j ra
END(clean_icache_indexed)
-
-
/*
* void clean_scache (unsigned kva, size_t n) R4000
*
@@ -907,7 +895,6 @@ END(clean_scache_nowrite_indexed)
**
***************************************************************************/
-
FRAME(get_mem_conf,sp,0,ra)
lw t6, mem_size
diff --git a/c/src/lib/libbsp/mips/p4000/startup/idttlb.S b/c/src/lib/libbsp/mips/p4000/startup/idttlb.S
index bfe741afcc..718d568482 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/idttlb.S
+++ b/c/src/lib/libbsp/mips/p4000/startup/idttlb.S
@@ -23,7 +23,6 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
$Id$
*/
-
/*
** idttlb.s - fetch the registers associated with and the contents
** of the tlb.
@@ -34,7 +33,6 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#include <rtems/mips/idtcpu.h>
#include <rtems/asm.h>
-
.text
#if __mips == 1
@@ -375,7 +373,6 @@ FRAME(map_tlb4000,sp,0,ra)
ENDFRAME(map_tlb4000)
#endif
-
/*
** Set current TLBPID. This assumes PID is positioned correctly in reg.
** a0.
diff --git a/c/src/lib/libbsp/mips/p4000/startup/setvec.c b/c/src/lib/libbsp/mips/p4000/startup/setvec.c
index ccf5b46abc..fb0e5a4824 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/setvec.c
+++ b/c/src/lib/libbsp/mips/p4000/startup/setvec.c
@@ -29,7 +29,6 @@
* static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
*/
-
#include <rtems.h>
#include <bsp.h>