[RTEMS Project] #1445: sparc+pc386 pci_[read|write]_config_* messed up
RTEMS trac
trac at rtems.org
Sat Nov 22 13:45:39 UTC 2014
#1445: sparc+pc386 pci_[read|write]_config_* messed up
----------------------------+----------------------------
Reporter: ralf.corsepius | Owner: joel.sherrill
Type: defect | Status: closed
Priority: normal | Milestone: 4.10
Component: bsps | Version: 4.10
Severity: critical | Resolution: fixed
Keywords: |
----------------------------+----------------------------
Changes (by gedare):
* status: new => closed
* resolution: => fixed
Old description:
> This change to c/src/lib/libbsp/sparc/shared/include/pci.h:
>
> 2009-09-25 Joel Sherrill <joel.sherrill at oarcorp.com>
>
> * shared/include/pci.h: Change extern inline to static inline.
>
> reveils a conflict between the pci_[read|write]_config_* implementations
> in
> c/src/lib/libbsp/sparc/shared/include/pci.h
> and
> c/src/lib/libbsp/sparc/leon2/pci/pci.c
> c/src/lib/libbsp/sparc/leon3/pci/pci.c
> and breaks building the leon* BSP.
>
> AFAIS, one of the pci_[read|write]_config_* implementations' function
> names
> need to be changed (likely those in leon*/pci/*.c
New description:
This change to c/src/lib/libbsp/sparc/shared/include/pci.h:
2009-09-25 Joel Sherrill <joel.sherrill at oarcorp.com>
* shared/include/pci.h: Change extern inline to static inline.
reveils a conflict between the pci_[read|write]_config_* implementations
in
c/src/lib/libbsp/sparc/shared/include/pci.h
and
c/src/lib/libbsp/sparc/leon2/pci/pci.c
c/src/lib/libbsp/sparc/leon3/pci/pci.c
and breaks building the leon* BSP.
AFAIS, one of the pci_[read|write]_config_* implementations' function
names
need to be changed (likely those in leon*/pci/*.c
--
--
Ticket URL: <http://devel.rtems.org/ticket/1445#comment:3>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list