Commit 39482791 authored by Yinghai Lu's avatar Yinghai Lu Committed by David S. Miller

forcedeth: enable msix to default

Impact: change default

msix and napic can work again
Signed-off-by: default avatarYinghai Lu <yinghai@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 033e97b2
...@@ -862,7 +862,7 @@ enum { ...@@ -862,7 +862,7 @@ enum {
NV_MSIX_INT_DISABLED, NV_MSIX_INT_DISABLED,
NV_MSIX_INT_ENABLED NV_MSIX_INT_ENABLED
}; };
static int msix = NV_MSIX_INT_DISABLED; static int msix = NV_MSIX_INT_ENABLED;
/* /*
* DMA 64bit * DMA 64bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment