From 42b6dd2a53ce85e13ab00611fb5a3fdb2c40ee92 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 5 May 2009 16:24:04 +0000 Subject: 2009-05-05 Jennifer Averett * Makefile.am, configure.ac, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c, console/85c30.c, console/85c30.h, console/console.c, console/consolebsp.h, console/tbl85c30.c, include/bsp.h, include/gen2.h, include/irq-config.h, include/tm27.h, irq/FPGA.c, irq/irq.h, irq/irq_init.c, start/start.S, startup/Hwr_init.c, startup/bspstart.c, startup/linkcmds, timer/timer.c, tod/tod.c, vme/VMEConfig.h: Updated and tested with latest interrupt source. Modified with latest memory allocation, but this needs testing. * irq/no_pic.c: New file. --- c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c') diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c b/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c index 30c93c0355..5c71aa2851 100644 --- a/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c +++ b/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c @@ -1,5 +1,6 @@ -/* - * COPYRIGHT (c) 1989-2008. +/* Hwr_init.c + * + * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -88,8 +89,6 @@ void init_PCI(void) { /* DINK Monitor setsup and uses all 4 BAT registers. */ /* The fourth BAT register can be modified to access this area */ - - printk("init_PCI:\n"); } #define PPC_Get_HID0( _value ) \ @@ -114,7 +113,7 @@ void init_PCI(void) ); \ } while (0) -void instruction_cache_enable () +void instruction_cache_enable (void) { uint32_t value; @@ -129,7 +128,7 @@ void instruction_cache_enable () PPC_Set_HID0( value ); } -void data_cache_enable () +void data_cache_enable (void) { uint32_t value; -- cgit v1.2.3