From ac7af4a359cc51bc06e1bf0ed3314744972b8395 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Nov 2009 04:37:44 +0000 Subject: Whitespace removal. --- c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c | 4 ++-- c/src/lib/libbsp/powerpc/score603e/console/85c30.c | 2 +- c/src/lib/libbsp/powerpc/score603e/include/bsp.h | 2 +- c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c | 2 +- c/src/lib/libbsp/powerpc/score603e/irq/irq.c | 6 +++--- c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c | 2 +- c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c | 12 ++++++------ c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h | 18 +++++++++--------- 8 files changed, 24 insertions(+), 24 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/score603e') diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c index a27bb38f57..0905ad7ce9 100644 --- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c +++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c @@ -166,7 +166,7 @@ void initialize_universe(void) */ jumper_selection = PCI_bus_read( (volatile uint32_t*)SCORE603E_VME_JUMPER_ADDR ); - printk("initialize_universe: Read 0x%x = 0x%x\n", + printk("initialize_universe: Read 0x%x = 0x%x\n", SCORE603E_VME_JUMPER_ADDR, jumper_selection); jumper_selection = (jumper_selection >> 3) & 0x1f; @@ -182,7 +182,7 @@ void initialize_universe(void) printk ("Invalid SCORE603E_UNIVERSE_CHIP_ID: 0x08%" PRId32 "\n", pci_id); rtems_fatal_error_occurred( 0x603e0bad ); } else { - printk("initialize_universe: Reg 0x%x read 0x%x\n", + printk("initialize_universe: Reg 0x%x read 0x%x\n", SCORE603E_IO_VME_UNIVERSE_BASE, pci_id ); } diff --git a/c/src/lib/libbsp/powerpc/score603e/console/85c30.c b/c/src/lib/libbsp/powerpc/score603e/console/85c30.c index c73a4fc0d2..c826b4e20c 100644 --- a/c/src/lib/libbsp/powerpc/score603e/console/85c30.c +++ b/c/src/lib/libbsp/powerpc/score603e/console/85c30.c @@ -10,7 +10,7 @@ * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * + * * $Id$ */ diff --git a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h index 374001f876..3345351b31 100644 --- a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h @@ -64,7 +64,7 @@ extern "C" { #define Initialize_Board_ctrl_register() \ *SCORE603E_BOARD_CTRL_REG = (*SCORE603E_BOARD_CTRL_REG | \ - SCORE603E_BRD_FLASH_DISABLE_MASK) + SCORE603E_BRD_FLASH_DISABLE_MASK) #define Processor_Synchronize() \ asm volatile(" eieio ") diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c b/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c index 91a8e7a9df..b1520ff8c7 100644 --- a/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c +++ b/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c @@ -25,7 +25,7 @@ */ void initialize_PCI_bridge (void) { - /* Note: Accept DINKs setup of the PCI Bridge and don't + /* Note: Accept DINKs setup of the PCI Bridge and don't * change anything. */ } diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/irq.c b/c/src/lib/libbsp/powerpc/score603e/irq/irq.c index 8fab2c653e..658b29e243 100644 --- a/c/src/lib/libbsp/powerpc/score603e/irq/irq.c +++ b/c/src/lib/libbsp/powerpc/score603e/irq/irq.c @@ -195,7 +195,7 @@ printk(" BSP_install_rtems_irq_handler %d\n", irq->name ); /* XXX -FIX ME !! */ if (is_pci_irq(irq->name)) { /* - * Enable interrupt + * Enable interrupt */ printk("is_pci_irq = TRUE - FIX THIS!\n"); } @@ -288,7 +288,7 @@ printk(" BSP_remove_rtems_irq_handler %d\n", irq->name ); /* XXX - FIX ME !! */ if (is_pci_irq(irq->name)) { /* - * disable interrupt + * disable interrupt */ } if (is_processor_irq(irq->name)) { @@ -357,7 +357,7 @@ printk(" BSP_rtems_irq_mngt_set\n"); */ /* - * XXX - FIX ME !!! + * XXX - FIX ME !!! */ for (i=BSP_PCI_IRQ_LOWEST_OFFSET; i < BSP_PCI_IRQ_LOWEST_OFFSET + BSP_PCI_IRQ_NUMBER ; i++) { if (rtems_hdl_tbl[i].hdl != default_rtems_entry.hdl) { diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c b/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c index a7c223800e..29ac764f84 100644 --- a/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c +++ b/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c @@ -29,7 +29,7 @@ #define SHOW_ISA_PCI_BRIDGE_SETTINGS 1 #define SCAN_PCI_PRINT 1 -#define TRACE_IRQ_INIT 0 +#define TRACE_IRQ_INIT 0 typedef struct { unsigned char bus; /* few chance the PCI/ISA bridge is not on first bus but ... */ diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c index bbca59dd79..bbccb0fc61 100644 --- a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c @@ -33,12 +33,12 @@ unsigned int BSP_heap_start; /* * PCI Bus Frequency */ -unsigned int BSP_bus_frequency; +unsigned int BSP_bus_frequency; /* * processor clock frequency */ -unsigned int BSP_processor_frequency; +unsigned int BSP_processor_frequency; /* * Time base divisior (how many tick for 1 second). @@ -180,7 +180,7 @@ void bsp_start( void ) /* * Get CPU identification dynamically. Note that the get_ppc_cpu_type() - * function store the result in global variables so that it can be used + * function store the result in global variables so that it can be used * later... */ myCpu = get_ppc_cpu_type(); @@ -199,7 +199,7 @@ void bsp_start( void ) BSP_mem_size = RamSize; printk("BSP_mem_size: 0x%x\n", BSP_mem_size ); - + /* * Initialize default raw exception handlers. @@ -239,11 +239,11 @@ void bsp_start( void ) /* * Initalize RTEMS IRQ system */ - #if DEBUG + #if DEBUG printk("bspstart: Call BSP_rtems_irq_mng_init\n"); #endif BSP_rtems_irq_mng_init(0); - + #if DEBUG printk("bsp_start: end BSPSTART\n"); ShowBATS(); diff --git a/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h index afdca20eb0..b678913012 100644 --- a/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h +++ b/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h @@ -4,19 +4,19 @@ /* BSP specific address space configuration parameters */ -/* +/* * Authorship * ---------- * This software was created by * Till Straumann , 2002, * Stanford Linear Accelerator Center, Stanford University. - * + * * Acknowledgement of sponsorship * ------------------------------ * This software was produced by * the Stanford Linear Accelerator Center, Stanford University, * under Contract DE-AC03-76SFO0515 with the Department of Energy. - * + * * Government disclaimer of liability * ---------------------------------- * Neither the United States nor the United States Department of Energy, @@ -25,18 +25,18 @@ * completeness, or usefulness of any data, apparatus, product, or process * disclosed, or represents that its use would not infringe privately owned * rights. - * + * * Stanford disclaimer of liability * -------------------------------- * Stanford University makes no representations or warranties, express or * implied, nor assumes any liability for the use of this software. - * + * * Stanford disclaimer of copyright * -------------------------------- * Stanford University, owner of the copyright, hereby disclaims its * copyright and all other rights in this software. Hence, anyone may - * freely use it for any purpose without restriction. - * + * freely use it for any purpose without restriction. + * * Maintenance of notices * ---------------------- * In the interest of clarity regarding the origin and status of this @@ -45,9 +45,9 @@ * or distributed by the recipient and are to be affixed to any copy of * software made or distributed by the recipient that contains a copy or * derivative of this software. - * + * * ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03 - */ + */ /* * The BSP maps VME address ranges into * one BAT. -- cgit v1.2.3