From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/lib/raid6/recov_avx2.c | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/kernel/lib/raid6/recov_avx2.c b/kernel/lib/raid6/recov_avx2.c index 53fe3d7..4e80954 100644 --- a/kernel/lib/raid6/recov_avx2.c +++ b/kernel/lib/raid6/recov_avx2.c @@ -1,14 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Intel Corporation * Author: Jim Kukunas <james.t.kukunas@linux.intel.com> - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; version 2 - * of the License. */ - -#ifdef CONFIG_AS_AVX2 #include <linux/raid/pq.h> #include "x86.h" @@ -317,7 +311,3 @@ #endif .priority = 2, }; - -#else -#warning "your version of binutils lacks AVX2 support" -#endif -- Gitblit v1.6.2