2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c:
	Fix warnings.
This commit is contained in:
Joel Sherrill
2008-10-01 17:03:45 +00:00
parent d59e9b9044
commit 8000c52f99
5 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c:
Fix warnings.
2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h, * Makefile.am, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h,

View File

@@ -59,7 +59,6 @@ libbsp_a_SOURCES += pci/no_host_bridge.c ../../powerpc/shared/pci/pci.c \
include_bsp_HEADERS += irq/irq.h \ include_bsp_HEADERS += irq/irq.h \
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/ppc_exc_bspsupp.h \ ../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/ppc_exc_bspsupp.h \
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/vectors.h \
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h ../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h
# irq # irq
libbsp_a_SOURCES += include/irq-config.h irq/FPGA.c irq/irq.c \ libbsp_a_SOURCES += include/irq-config.h irq/FPGA.c irq/irq.c \
@@ -71,7 +70,6 @@ libbsp_a_SOURCES += ../../powerpc/shared/vectors/vectors_init.c \
../../powerpc/shared/vectors/vectors.S ../../powerpc/shared/vectors/vectors.S
include_bsp_HEADERS += ../../shared/vmeUniverse/vmeUniverse.h \ include_bsp_HEADERS += ../../shared/vmeUniverse/vmeUniverse.h \
../../shared/include/irq-generic.h \
../../shared/vmeUniverse/vme_am_defs.h \ ../../shared/vmeUniverse/vme_am_defs.h \
../../shared/vmeUniverse/VME.h \ ../../shared/vmeUniverse/VME.h \
vme/VMEConfig.h \ vme/VMEConfig.h \

View File

@@ -22,7 +22,7 @@
* an UNIVERSE register, without sufficient delay, the second access will * an UNIVERSE register, without sufficient delay, the second access will
* not work correctly. * not work correctly.
*/ */
void PCI_bus_delay () void PCI_bus_delay (void)
{ {
asm(" nop"); asm(" nop");
asm(" nop"); asm(" nop");

View File

@@ -156,7 +156,7 @@ volatile Universe_Memory *UNIVERSE =
* a complete SCORE603e VME initialization is required. * a complete SCORE603e VME initialization is required.
*/ */
void initialize_universe() void initialize_universe(void)
{ {
uint32_t jumper_selection; uint32_t jumper_selection;
uint32_t pci_id; uint32_t pci_id;

View File

@@ -79,8 +79,8 @@ void initialize_external_exception_vector (void)
} }
#endif #endif
void Init_EE_mask_init() { void Init_EE_mask_init(void)
; {
} }
/* /*