.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* -*- linux-c -*- ------------------------------------------------------- * |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright (C) 2012 Intel Corporation |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Based on sse2.c: Copyright 2002 H. Peter Anvin - All Rights Reserved |
---|
7 | 8 | * |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License as published by |
---|
11 | | - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, |
---|
12 | | - * Boston MA 02111-1307, USA; either version 2 of the License, or |
---|
13 | | - * (at your option) any later version; incorporated herein by reference. |
---|
14 | | - * |
---|
15 | 9 | * ----------------------------------------------------------------------- */ |
---|
16 | 10 | |
---|
17 | 11 | /* |
---|
18 | 12 | * AVX2 implementation of RAID-6 syndrome functions |
---|
19 | 13 | * |
---|
20 | 14 | */ |
---|
21 | | - |
---|
22 | | -#ifdef CONFIG_AS_AVX2 |
---|
23 | 15 | |
---|
24 | 16 | #include <linux/raid/pq.h> |
---|
25 | 17 | #include "x86.h" |
---|
.. | .. |
---|
476 | 468 | 1 /* Has cache hints */ |
---|
477 | 469 | }; |
---|
478 | 470 | #endif |
---|
479 | | - |
---|
480 | | -#endif /* CONFIG_AS_AVX2 */ |
---|