mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 08:00:09 +00:00
forcedeth: enable msix to default
Impact: change default msix and napic can work again Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
033e97b24a
commit
394827913e
@ -862,7 +862,7 @@ enum {
|
||||
NV_MSIX_INT_DISABLED,
|
||||
NV_MSIX_INT_ENABLED
|
||||
};
|
||||
static int msix = NV_MSIX_INT_DISABLED;
|
||||
static int msix = NV_MSIX_INT_ENABLED;
|
||||
|
||||
/*
|
||||
* DMA 64bit
|
||||
|
Loading…
x
Reference in New Issue
Block a user