From 9999e48639b3cecb08ffb37358bcba3b48161b29 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:17 +0000 Subject: [PATCH] add ax88772_rst --- kernel/arch/x86/crypto/glue_helper-asm-avx2.S | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/kernel/arch/x86/crypto/glue_helper-asm-avx2.S b/kernel/arch/x86/crypto/glue_helper-asm-avx2.S index a53ac11..d84508c 100644 --- a/kernel/arch/x86/crypto/glue_helper-asm-avx2.S +++ b/kernel/arch/x86/crypto/glue_helper-asm-avx2.S @@ -1,13 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Shared glue code for 128bit block ciphers, AVX2 assembler macros * * Copyright © 2012-2013 Jussi Kivilinna <jussi.kivilinna@mbnet.fi> - * - * 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; either version 2 of the License, or - * (at your option) any later version. - * */ #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ -- Gitblit v1.6.2