From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:54 +0000 Subject: [PATCH] disable cpu isolcpus --- kernel/arch/x86/platform/olpc/olpc_ofw.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/arch/x86/platform/olpc/olpc_ofw.c b/kernel/arch/x86/platform/olpc/olpc_ofw.c index f1aab8c..6bab0f0 100644 --- a/kernel/arch/x86/platform/olpc/olpc_ofw.c +++ b/kernel/arch/x86/platform/olpc/olpc_ofw.c @@ -1,13 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-only #include <linux/kernel.h> #include <linux/export.h> #include <linux/spinlock_types.h> #include <linux/init.h> +#include <linux/pgtable.h> #include <asm/page.h> #include <asm/setup.h> #include <asm/io.h> #include <asm/cpufeature.h> #include <asm/special_insns.h> -#include <asm/pgtable.h> #include <asm/olpc_ofw.h> /* address of OFW callback interface; will be NULL if OFW isn't found */ -- Gitblit v1.6.2