hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/lib/raid6/recov_avx2.c
....@@ -1,14 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2012 Intel Corporation
34 * Author: Jim Kukunas <james.t.kukunas@linux.intel.com>
4
- *
5
- * This program is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU General Public License
7
- * as published by the Free Software Foundation; version 2
8
- * of the License.
95 */
10
-
11
-#ifdef CONFIG_AS_AVX2
126
137 #include <linux/raid/pq.h>
148 #include "x86.h"
....@@ -317,7 +311,3 @@
317311 #endif
318312 .priority = 2,
319313 };
320
-
321
-#else
322
-#warning "your version of binutils lacks AVX2 support"
323
-#endif