physical/absolute address in FreeBSD, but it looks like the calling
code might be somewhat portable to other OS's that do require this.
Therefore, set the variables to __unused instead of removing the code
entirely.
(cherry picked from commit
e28289ca83673d753b7e479810947f6a1015ad39)
pqisrc_configure_legacy_intx(pqisrc_softstate_t *softs, boolean_t enable_intx)
{
uint32_t intx_mask;
- uint32_t *reg_addr = NULL;
+ uint32_t *reg_addr __unused;
DBG_FUNC("IN\n");
int ret = PQI_STATUS_FAILURE;
uint32_t config_table_size;
uint32_t section_off;
- uint8_t *config_table_abs_addr;
+ uint8_t *config_table_abs_addr __unused;
struct pqi_conf_table *conf_table;
struct pqi_conf_table_section_header *section_hdr;