Re: linux acpi (thunderbolt? bug)
From: Randy Dunlap
Date: Mon Feb 19 2018 - 12:18:46 EST
On 02/19/18 06:51, Thomas Gleixner wrote:
> } else {
> + /*
> + * Offline case: The current vector needs to be released in
> + * the matrix allocator.
> + */
> + if (apicd->vector &&
Drop the "apicd->vector &&" ? (redundant)
> + apicd->vector != MANAGED_IRQ_SHUTDOWN_VECTOR) {
> + irq_matrix_free(vector_matrix, apicd->cpu,
> + apicd->vector, managed);
> + }
> apicd->prev_vector = 0;
> }
--
~Randy