forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/x86/kvm/mtrr.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * vMTRR implementation
34 *
....@@ -11,9 +12,6 @@
1112 * Marcelo Tosatti <mtosatti@redhat.com>
1213 * Paolo Bonzini <pbonzini@redhat.com>
1314 * Xiao Guangrong <guangrong.xiao@linux.intel.com>
14
- *
15
- * This work is licensed under the terms of the GNU GPL, version 2. See
16
- * the COPYING file in the top-level directory.
1715 */
1816
1917 #include <linux/kvm_host.h>