hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/sparc/kernel/adi_64.c
....@@ -1,11 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* adi_64.c: support for ADI (Application Data Integrity) feature on
23 * sparc m7 and newer processors. This feature is also known as
34 * SSM (Silicon Secured Memory).
45 *
56 * Copyright (C) 2016 Oracle and/or its affiliates. All rights reserved.
67 * Author: Khalid Aziz (khalid.aziz@oracle.com)
7
- *
8
- * This work is licensed under the terms of the GNU GPL, version 2.
98 */
109 #include <linux/init.h>
1110 #include <linux/slab.h>