x86: plug a set-but-not-unused var in native_lapic_ipi_free
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
bc02034cca
commit
ceed3949bc
@ -2178,7 +2178,7 @@ static void
|
||||
native_lapic_ipi_free(int vector)
|
||||
{
|
||||
struct gate_descriptor *ip;
|
||||
long func;
|
||||
long func __diagused;
|
||||
|
||||
KASSERT(vector >= IPI_DYN_FIRST && vector <= IPI_DYN_LAST,
|
||||
("%s: invalid vector %d", __func__, vector));
|
||||
|
Loading…
x
Reference in New Issue
Block a user