forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* Makefile.am, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h,
|
||||
|
||||
@@ -59,7 +59,6 @@ libbsp_a_SOURCES += pci/no_host_bridge.c ../../powerpc/shared/pci/pci.c \
|
||||
|
||||
include_bsp_HEADERS += irq/irq.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
|
||||
# irq
|
||||
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
|
||||
|
||||
include_bsp_HEADERS += ../../shared/vmeUniverse/vmeUniverse.h \
|
||||
../../shared/include/irq-generic.h \
|
||||
../../shared/vmeUniverse/vme_am_defs.h \
|
||||
../../shared/vmeUniverse/VME.h \
|
||||
vme/VMEConfig.h \
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
* an UNIVERSE register, without sufficient delay, the second access will
|
||||
* not work correctly.
|
||||
*/
|
||||
void PCI_bus_delay ()
|
||||
void PCI_bus_delay (void)
|
||||
{
|
||||
asm(" nop");
|
||||
asm(" nop");
|
||||
|
||||
@@ -156,7 +156,7 @@ volatile Universe_Memory *UNIVERSE =
|
||||
* a complete SCORE603e VME initialization is required.
|
||||
*/
|
||||
|
||||
void initialize_universe()
|
||||
void initialize_universe(void)
|
||||
{
|
||||
uint32_t jumper_selection;
|
||||
uint32_t pci_id;
|
||||
|
||||
@@ -79,8 +79,8 @@ void initialize_external_exception_vector (void)
|
||||
}
|
||||
#endif
|
||||
|
||||
void Init_EE_mask_init() {
|
||||
;
|
||||
void Init_EE_mask_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user