.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2012 Intel Corporation |
---|
3 | 4 | * 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. |
---|
9 | 5 | */ |
---|
10 | | - |
---|
11 | | -#ifdef CONFIG_AS_AVX2 |
---|
12 | 6 | |
---|
13 | 7 | #include <linux/raid/pq.h> |
---|
14 | 8 | #include "x86.h" |
---|
.. | .. |
---|
317 | 311 | #endif |
---|
318 | 312 | .priority = 2, |
---|
319 | 313 | }; |
---|
320 | | - |
---|
321 | | -#else |
---|
322 | | -#warning "your version of binutils lacks AVX2 support" |
---|
323 | | -#endif |
---|