hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/crypto/crc32-vpmsum_core.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Core of the accelerated CRC algorithm.
34 * In your file, define the constants and CRC_FUNCTION_NAME
....@@ -18,14 +19,9 @@
1819 * We then use fixed point Barrett reduction to compute a mod n over GF(2)
1920 * for n = CRC using POWER8 instructions. We use x = 32.
2021 *
21
- * http://en.wikipedia.org/wiki/Barrett_reduction
22
+ * https://en.wikipedia.org/wiki/Barrett_reduction
2223 *
2324 * Copyright (C) 2015 Anton Blanchard <anton@au.ibm.com>, IBM
24
- *
25
- * This program is free software; you can redistribute it and/or
26
- * modify it under the terms of the GNU General Public License
27
- * as published by the Free Software Foundation; either version
28
- * 2 of the License, or (at your option) any later version.
2925 */
3026
3127 #include <asm/ppc_asm.h>