From nobody Fri Oct 10 20:42:28 2025 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0D9372E2EF2 for ; Thu, 12 Jun 2025 23:40:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749771638; cv=none; b=rwWhKbYQa9aAOg0GJyWbJaGZhTY4/YOiesFg6yC9T88o5Zdfzqg7iVdhm+cAbs+EA7Bdawajvj32C5pj6cTbQe+7xArEJ3aQjy3e9ptTl3s9Efrc4htUtGq7GgP0HFjLYSfVjvuMLUQx9jpbzrr1B5DtnrINjIuVvn6gbnq8Jmk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749771638; c=relaxed/simple; bh=Z5myvD/LZM1QB0DHHe0Xxmt7xk1NoF5DL50cjkyuxVM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RHa5RmMeiD/AJOvRAWU4+RXUubjLD3QFDFoTBfoDk9SvytNfsPI0NqnN0yQmOsg1AVnJeXck+q8fDOziuv1B2FggOyU5xkXoGrHFptBNrCDErd1405k+5hihLlyBJEkPZVZ4zf+CbZmhX07dORTR978jXWVkXqUcO+oJ8Q3qjvk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=cQ6O5hJH; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=cGtwnLME; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="cQ6O5hJH"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="cGtwnLME" From: "Ahmed S. Darwish" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1749771635; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rxzMZiw++twmmpi3YWJOLkyjA3YsvRwP7t4EJ2qNmik=; b=cQ6O5hJHqC4GlESMcFgAQd+DQk5itSvBXgkj5YY7D9MXbwao4hU5ROIEd9EZoyYlafbioc 3miC/G2os3XzmQKCk9yWMvoEx53u80GYszpmhtK4hsWRi7cghiAFf7paLR9MwDbfkBYvut tllxXk5+jhSsxWJgpwXyNk8bGgaXHN2X1YMEkw1DCgRMvZr89rpa8UYYJeVm1PPvtsj1zN kCts341OL5g0HOc6OZR1mkk5/IQQxQGTbQS23AuhHH4gplPFSSotE4lRtE2BAAYpqbSSXB TJ3VlfZ0IDc7lAPKr3AduEvsR9MCl0VLbQJ8/dR2E+NCu1r5fLkafJjmBLkKPQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1749771635; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rxzMZiw++twmmpi3YWJOLkyjA3YsvRwP7t4EJ2qNmik=; b=cGtwnLMEFW3hQMpx64uFKMZSpRE7C0Pu6avRKYpT5r/g71cz0FfNP3RQg3FegfLuiqN36I P6fsxLhdh2k1LQCA== To: Ingo Molnar , Borislav Petkov , Dave Hansen Cc: Thomas Gleixner , Andrew Cooper , "H. Peter Anvin" , Peter Zijlstra , Sean Christopherson , Sohil Mehta , Ard Biesheuvel , John Ogness , x86@kernel.org, x86-cpuid@lists.linux.dev, LKML , "Ahmed S. Darwish" Subject: [PATCH v3 05/44] x86/cpu/amd: Reorder headers alphabetically Date: Fri, 13 Jun 2025 01:39:31 +0200 Message-ID: <20250612234010.572636-6-darwi@linutronix.de> In-Reply-To: <20250612234010.572636-1-darwi@linutronix.de> References: <20250612234010.572636-1-darwi@linutronix.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The source file uses cpuid_*() macros, but it does not include . Sort its include lines so that the CPUID header can be included next. Signed-off-by: Ahmed S. Darwish --- arch/x86/kernel/cpu/amd.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index 93da466dfe2c..c988d876b700 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c @@ -1,29 +1,29 @@ // SPDX-License-Identifier: GPL-2.0-only -#include #include #include -#include - +#include #include +#include +#include #include #include -#include #include + #include -#include #include #include #include #include -#include -#include +#include +#include +#include #include #include -#include -#include +#include #include -#include #include +#include +#include =20 #ifdef CONFIG_X86_64 # include --=20 2.49.0