summarylogtreecommitdiffstats
path: root/patch.diff
blob: ef9a9770d6288c7fedaea27c3a16f9e4ac028660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/src/tuxedo_compatibility_check/tuxedo_compatibility_check.c b/src/tuxedo_compatibility_check/tuxedo_compatibility_check.c
index 60bb902..cb1fd1c 100644
--- a/src/tuxedo_compatibility_check/tuxedo_compatibility_check.c
+++ b/src/tuxedo_compatibility_check/tuxedo_compatibility_check.c
@@ -146,12 +146,7 @@ static const struct dmi_system_id tuxedo_dmi_string_match[] = {
 };
 
 bool tuxedo_is_compatible(void) {
-	if (dmi_check_system(tuxedo_dmi_string_match)
-	    || (x86_match_cpu(skip_tuxedo_dmi_string_check_match)
-	    && !x86_match_cpu(force_tuxedo_dmi_string_check_match))) {
-		return true;
-	}
-	return false;
+	return true;
 }
 EXPORT_SYMBOL(tuxedo_is_compatible);