summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon
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/sparc/leon
parentRemove stray white spaces. (diff)
downloadrtems-f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c.tar.bz2
Remove duplicate white lines.
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon')
-rw-r--r--c/src/lib/libbsp/sparc/leon/console/console.c1
-rw-r--r--c/src/lib/libbsp/sparc/leon/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/sparc/leon/include/leon.h2
-rw-r--r--c/src/lib/libbsp/sparc/leon/leon_open_eth/leon_open_eth.c1
-rw-r--r--c/src/lib/libbsp/sparc/leon/startup/boardinit.S1
-rw-r--r--c/src/lib/libbsp/sparc/leon/timer/timer.c1
6 files changed, 0 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/console/console.c b/c/src/lib/libbsp/sparc/leon/console/console.c
index 9723c7b281..c313542317 100644
--- a/c/src/lib/libbsp/sparc/leon/console/console.c
+++ b/c/src/lib/libbsp/sparc/leon/console/console.c
@@ -204,7 +204,6 @@ void console_exit()
LEON_REG.UART_Status_1 = 0;
LEON_REG.UART_Status_2 = 0;
-
}
#define CONSOLE_UART_1_TRAP LEON_TRAP_TYPE( LEON_INTERRUPT_UART_1_RX_TX )
diff --git a/c/src/lib/libbsp/sparc/leon/include/bsp.h b/c/src/lib/libbsp/sparc/leon/include/bsp.h
index 758768e059..8dc392487f 100644
--- a/c/src/lib/libbsp/sparc/leon/include/bsp.h
+++ b/c/src/lib/libbsp/sparc/leon/include/bsp.h
@@ -53,7 +53,6 @@ extern int rtems_leon_open_eth_driver_attach (struct rtems_bsdnet_ifconfig *conf
#define RTEMS_BSP_NETWORK_DRIVER_NAME "open_eth1"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_leon_open_eth_driver_attach
-
/*
* Define the time limits for RTEMS Test Suite test durations.
* Long test and short test duration limits are provided. These
@@ -165,7 +164,6 @@ extern int end; /* last address in the program */
* NOTE: Use the standard Clock driver entry
*/
-
/* miscellaneous stuff assumed to exist */
void bsp_cleanup( void );
diff --git a/c/src/lib/libbsp/sparc/leon/include/leon.h b/c/src/lib/libbsp/sparc/leon/include/leon.h
index ac9822e3fa..dff0dc8356 100644
--- a/c/src/lib/libbsp/sparc/leon/include/leon.h
+++ b/c/src/lib/libbsp/sparc/leon/include/leon.h
@@ -213,7 +213,6 @@ typedef struct {
#define LEON_MEMORY_CONFIGURATION_RAM_SIZE_MASK 0x00001E00
-
/*
* The following defines the bits in the Timer Control Register.
*/
@@ -245,7 +244,6 @@ typedef struct {
#define LEON_REG_UART_STATUS_FE 0x00000040 /* RX Framing Error */
#define LEON_REG_UART_STATUS_ERR 0x00000078 /* Error Mask */
-
/*
* The following defines the bits in the LEON UART Status Registers.
*/
diff --git a/c/src/lib/libbsp/sparc/leon/leon_open_eth/leon_open_eth.c b/c/src/lib/libbsp/sparc/leon/leon_open_eth/leon_open_eth.c
index 966abbfd05..cece0053a8 100644
--- a/c/src/lib/libbsp/sparc/leon/leon_open_eth/leon_open_eth.c
+++ b/c/src/lib/libbsp/sparc/leon/leon_open_eth/leon_open_eth.c
@@ -3,7 +3,6 @@
*
*/
-
#include <bsp.h>
#include <libchip/open_eth.h>
#if (OPEN_ETH_DEBUG & OPEN_ETH_DEBUG_PRINT_REGISTERS)
diff --git a/c/src/lib/libbsp/sparc/leon/startup/boardinit.S b/c/src/lib/libbsp/sparc/leon/startup/boardinit.S
index 652346b9f6..2c6f6b8ce0 100644
--- a/c/src/lib/libbsp/sparc/leon/startup/boardinit.S
+++ b/c/src/lib/libbsp/sparc/leon/startup/boardinit.S
@@ -24,7 +24,6 @@ __bsp_board_init:
bne 2f
nop
-
flush
set 0x1000f, %l1
st %l1, [%l0 + LEON_REG_CACHECTRL_OFFSET] ! enable caches
diff --git a/c/src/lib/libbsp/sparc/leon/timer/timer.c b/c/src/lib/libbsp/sparc/leon/timer/timer.c
index 22cbe0446a..9a8324b3ed 100644
--- a/c/src/lib/libbsp/sparc/leon/timer/timer.c
+++ b/c/src/lib/libbsp/sparc/leon/timer/timer.c
@@ -19,7 +19,6 @@
* $Id$
*/
-
#include <bsp.h>
rtems_boolean Timer_driver_Find_average_overhead;