| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2012 Intel Corporation |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or |
|---|
| 5 | | - * modify it under the terms of the GNU General Public License |
|---|
| 6 | | - * as published by the Free Software Foundation; version 2 |
|---|
| 7 | | - * of the License. |
|---|
| 8 | 4 | */ |
|---|
| 9 | | - |
|---|
| 10 | | -#ifdef CONFIG_AS_SSSE3 |
|---|
| 11 | 5 | |
|---|
| 12 | 6 | #include <linux/raid/pq.h> |
|---|
| 13 | 7 | #include "x86.h" |
|---|
| .. | .. |
|---|
| 332 | 326 | #endif |
|---|
| 333 | 327 | .priority = 1, |
|---|
| 334 | 328 | }; |
|---|
| 335 | | - |
|---|
| 336 | | -#else |
|---|
| 337 | | -#warning "your version of binutils lacks SSSE3 support" |
|---|
| 338 | | -#endif |
|---|