forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/x86/boot/mkcpustr.c
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* ----------------------------------------------------------------------- *
23 *
34 * Copyright 2008 rPath, Inc. - All Rights Reserved
4
- *
5
- * This file is part of the Linux kernel, and is made available under
6
- * the terms of the GNU General Public License version 2 or (at your
7
- * option) any later version; incorporated herein by reference.
85 *
96 * ----------------------------------------------------------------------- */
107
....@@ -18,6 +15,7 @@
1815 #include "../include/asm/required-features.h"
1916 #include "../include/asm/disabled-features.h"
2017 #include "../include/asm/cpufeatures.h"
18
+#include "../include/asm/vmxfeatures.h"
2119 #include "../kernel/cpu/capflags.c"
2220
2321 int main(void)