Some of them were pointless because CONFIG_CAVIUM_RESERVE32 is now always
defined, some were not enough (Yu Zhao reported
"Failed to allocate CAVIUM_RESERVE32 memory area" error).
Removing the directives allows for compiler coverage of RESERVE32 code and
replacing one of [always-true] "ifdef" with a compiler conditional fixes
the [cosmetic] error message.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| cvmx-boot-vector.c | ||
| cvmx-bootmem.c | ||
| cvmx-cmd-queue.c | ||
| cvmx-helper-board.c | ||
| cvmx-helper-errata.c | ||
| cvmx-helper-jtag.c | ||
| cvmx-helper-loop.c | ||
| cvmx-helper-npi.c | ||
| cvmx-helper-rgmii.c | ||
| cvmx-helper-sgmii.c | ||
| cvmx-helper-spi.c | ||
| cvmx-helper-util.c | ||
| cvmx-helper-xaui.c | ||
| cvmx-helper.c | ||
| cvmx-interrupt-decodes.c | ||
| cvmx-interrupt-rsl.c | ||
| cvmx-l2c.c | ||
| cvmx-pko.c | ||
| cvmx-spi.c | ||
| cvmx-sysinfo.c | ||
| octeon-model.c | ||