Commit 243742a5 authored by Joanne Hugé's avatar Joanne Hugé

Add kernel patch to unset XPS

parent 15943b17
From f6271d911853275d069e587506a4d4d5420e4e00 Mon Sep 17 00:00:00 2001
From: Johan <johan.huge@nexedi.com>
Date: Fri, 31 Jul 2020 15:51:46 +0200
Subject: [PATCH] Unset CONFIG_XPS by default
---
net/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/Kconfig b/net/Kconfig
index e50847d7730a..d122bbcb6fad 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -259,7 +259,7 @@ config RFS_ACCEL
config XPS
bool
depends on SMP
- default y
+ default n
config HWBM
bool
--
2.20.1
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