summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:01:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:01:48 +0000
commitf05b2ac0bc4626e854afc6e6a5d1b88071adbd7c (patch)
tree4150010cec9b6b51100f183b435955cd847679b4 /c/src/lib/libbsp/powerpc/dmv177
parentRemove stray white spaces. (diff)
downloadrtems-f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c.tar.bz2
Remove duplicate white lines.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/dmv177')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/clock/clock.c1
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/configure.ac1
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/include/bsp.h6
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h4
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c1
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c2
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/timer/timer.c2
7 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/clock/clock.c b/c/src/lib/libbsp/powerpc/dmv177/clock/clock.c
index b768a20541..31268611bc 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/clock/clock.c
@@ -46,7 +46,6 @@ uint32_t Clock_Decrementer_value;
*/
rtems_isr_entry Old_ticker;
-
void Clock_exit( void );
/*
diff --git a/c/src/lib/libbsp/powerpc/dmv177/configure.ac b/c/src/lib/libbsp/powerpc/dmv177/configure.ac
index 9088482e1e..506f63ba6a 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/configure.ac
+++ b/c/src/lib/libbsp/powerpc/dmv177/configure.ac
@@ -46,7 +46,6 @@ RTEMS_BSPOPTS_HELP([DMV177_USE_INSTRUCTION_CACHE],
This code can conflict with debuggers or emulators.
The BSP actually contains the call that enables this.])
-
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
wrapup/Makefile
diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
index 1c37e843b2..7dbff30a6d 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
@@ -58,14 +58,12 @@ int rtems_dmv177_sonic_driver_attach(struct rtems_bsdnet_ifconfig *config);
#define RTEMS_BSP_NETWORK_DRIVER_NAME "sonic1"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_dmv177_sonic_driver_attach
-
/*
* The following macro calculates the Baud constant. For the Z8530 chip.
*/
#define Z8530_Baud( _frequency, _clock_by, _baud_rate ) \
( (_frequency /( _clock_by * 2 * _baud_rate)) - 2)
-
/*
* Define the time limits for RTEMS Test Suite test durations.
* Long test and short test duration limits are provided. These
@@ -77,7 +75,6 @@ int rtems_dmv177_sonic_driver_attach(struct rtems_bsdnet_ifconfig *config);
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
-
/*
* Stuff for Time Test 27
*/
@@ -127,7 +124,6 @@ int rtems_dmv177_sonic_driver_attach(struct rtems_bsdnet_ifconfig *config);
* NOTE: Use the standard Clock driver entry
*/
-
/*
* Information placed in the linkcmds file.
*/
@@ -168,8 +164,6 @@ void DEBUG_puts( char *string );
void BSP_fatal_return( void );
-
-
void bsp_start( void );
void bsp_cleanup( void );
diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h b/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
index 4a54fd7573..a68e4ce9e9 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
+++ b/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
@@ -22,7 +22,6 @@
#ifndef _INCLUDE_DMV170_h
#define _INCLUDE_DMV170_h
-
/*
* DY-4 uses a non-standard clock for the Exar 88681.
*/
@@ -215,7 +214,6 @@ extern "C" {
#define DMV170_64_BIT_NON_VOLITAL_MEM_INSTALLED 0x2000
#define DMV170_64_BIT_NON_VOLITAL_MEM_NOT_INSTALLED 0x0000
-
/*
* DUART Baud Rate Definitions.
*/
@@ -224,7 +222,6 @@ extern "C" {
#define DMV170_RTC_FREQUENCY 0x0000
-
/*
* CPU General Purpose Interrupt definations (PPC_IRQ_EXTERNAL).
* Note: For the interrupt level read the lower 3 bits of the
@@ -271,7 +268,6 @@ extern "C" {
#define SCV64_Is_IRQ4( _status ) (_status&0x10)
#define SCV64_Is_IRQ5( _status ) (_status&0x20)
-
/*
* scv64.c
*/
diff --git a/c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c b/c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c
index e7e357d0d2..731a016dd1 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c
@@ -95,7 +95,6 @@ typedef struct {
*/
#define AUTOVECTOR_5 0x80
-
/*
* Set the registers pointer to the base address of the SCV64
*/
diff --git a/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c b/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
index 5b3d292c78..82a2fdc001 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
@@ -69,7 +69,6 @@ rtems_isr external_exception_ISR (
Chain_Node *node;
EE_ISR_Type *ee_isr;
-
/*
* Get all active interrupts.
*/
@@ -115,7 +114,6 @@ rtems_isr external_exception_ISR (
}
}
-
/*PAGE
*
* initialize_external_exception_vector
diff --git a/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c b/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c
index c9a406f6bf..1170270ae3 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c
@@ -38,10 +38,8 @@ void Timer_initialize()
* Timer runs long and accurate enough not to require an interrupt.
*/
-
Timer_driver_Start_time = PPC_Get_timebase_register();
-
}
#define AVG_OVERHEAD 24 /* It typically takes 24 instructions */