Misc. cosmetics.

This commit is contained in:
Ralf Corsepius
2006-03-17 10:34:12 +00:00
parent 674be42169
commit c1a9680450
17 changed files with 24 additions and 77 deletions

View File

@@ -110,4 +110,3 @@ rtems_isr_entry set_vector(
#endif
#endif
/* end of include file */

View File

@@ -80,4 +80,3 @@ rtems_isr_entry set_vector( rtems_isr_entry, rtems_vector_number, int );
#endif
/* end of include file */

View File

@@ -17,9 +17,8 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
* clock.S,v 1.5 2001/05/24 13:23:48 joel Exp
* $Id$
*/
/* @(#)clock.S 08/20/96 1.2 */
#include <iregdef.h>
#include <idtcpu.h>

View File

@@ -17,9 +17,7 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
* clock.h,v 1.2 1996/09/11 19:14:52 joel Exp
* $Id$
*/
/* @(#)clock.h 08/20/96 1.2 */
extern void mips_set_timer( uint32_t timer_clock_interval );

View File

@@ -25,19 +25,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* console.c,v 1.10.4.1 2003/09/04 18:44:52 joel Exp
* $Id$
*/
/*
* Rather than deleting this, it is commented out to (hopefully) help
* the submitter send updates.
*
* static char _sccsid[] = "@(#)console.c 08/20/96 1.6\n";
*/
#include <bsp.h>
#include <rtems/libio.h>
#include <ctype.h>

View File

@@ -11,12 +11,11 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* bsp.h,v 1.12.4.1 2003/09/04 18:44:52 joel Exp
* $Id$
*/
/* @(#)bsp.h 03/15/96 1.1 */
#ifndef __HURRICANE_BSP_h
#define __HURRICANE_BSP_h
#ifndef _BSP_H
#define _BSP_H
#ifdef __cplusplus
extern "C" {
@@ -125,5 +124,3 @@ rtems_isr_entry set_vector(
#endif
#endif /* __HURRICANE_BSP_h */
/* end of include file */

View File

@@ -21,9 +21,8 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* coverhd.h,v 1.7.6.1 2003/09/04 18:44:52 joel Exp
* $Id$
*/
/* @(#)coverhd.h 04/08/96 1.3 */
#ifndef __COVERHD_h
#define __COVERHD_h
@@ -112,4 +111,3 @@ extern "C" {
#endif
#endif
/* end of include file */

View File

@@ -19,8 +19,6 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
start.S,v 1.6 2001/09/28 23:14:23 joel Exp
*/
/*************************************************************************
@@ -28,9 +26,12 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
** Copyright 1991-95 Integrated Device Technology, Inc.
** All Rights Reserved
**
** idt_csu.S -- IDT stand alone startup code
**
**************************************************************************/
/*
* $Id$
*/
#include <rtems/mips/iregdef.h>
#include <rtems/mips/idtcpu.h>
#include <rtems/asm.h>
@@ -339,4 +340,3 @@ __sizemem:
j ra
nop
.end __sizemem

View File

@@ -14,18 +14,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* bspclean.c,v 1.9.6.1 2003/09/04 18:44:52 joel Exp
* $Id$
*/
/*
* Rather than deleting this, it is commented out to (hopefully) help
* the submitter send updates.
*
* static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
*/
#include <rtems.h>
#include <bsp.h>

View File

@@ -11,14 +11,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* bspstart.c,v 1.14.6.1 2003/09/04 18:44:52 joel Exp
*/
/*
* Rather than deleting this, it is commented out to (hopefully) help
* the submitter send updates.
*
* static char _sccsid[] = "@(#)bspstart.c 06/11/96 1.2\n";
* $Id$
*/
#include <string.h>

View File

@@ -20,16 +20,12 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
idttlb.S,v 1.3 2000/10/24 21:50:37 joel Exp
*/
/*
** idttlb.s - fetch the registers associated with and the contents
** of the tlb.
**
* $Id$
*/
/* 950308: Ketan patched a few tlb functions that would not have worked.*/
#include <rtems/mips/iregdef.h>
#include <rtems/mips/idtcpu.h>
#include <rtems/asm.h>

View File

@@ -1,5 +1,5 @@
/*
* inittlb.c,v 1.2 1999/03/31 23:21:19 joel Exp
* $Id$
*/
#include <rtems/mips/idtcpu.h>
@@ -13,4 +13,3 @@ void init_tlb(void)
for (i = 0; i < N_TLB_ENTRIES; i++ )
resettlb(i);
}

View File

@@ -19,17 +19,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* setvec.c,v 1.8.6.1 2003/09/04 18:44:52 joel Exp
* $Id$
*/
/*
* Rather than deleting this, it is commented out to (hopefully) help
* the submitter send updates.
*
* static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
*/
#include <rtems.h>
#include <bsp.h>

View File

@@ -4,9 +4,8 @@
# NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed.
#
# times,v 1.2 1998/01/16 16:56:32 joel Exp
# $Id$
#
# @(#)times 08/01/96 1.4
NOTE: To obtain the execution time in microseconds, divide the number of
cycles by the clock speed. For example, if rtems_semaphore create

View File

@@ -58,4 +58,3 @@ rtems_isr_entry set_vector(
#endif
#endif
/* end of include file */

View File

@@ -12,8 +12,8 @@
* bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp
*/
#ifndef __RBTX4925_h
#define __RBTX4925_h
#ifndef _BSP_H
#define _BSP_H
#ifdef __cplusplus
extern "C" {
@@ -93,4 +93,3 @@ rtems_isr_entry set_vector(
#endif
#endif
/* end of include file */

View File

@@ -12,8 +12,8 @@
* bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp
*/
#ifndef __RBTX4938_h
#define __RBTX4938_h
#ifndef _BSP_H
#define _BSP_H
#ifdef __cplusplus
extern "C" {
@@ -93,4 +93,3 @@ rtems_isr_entry set_vector(
#endif
#endif
/* end of include file */