* [PATCH] linux-next/cpu: remove stray semicolon
@ 2024-02-22 11:47 Max Kellermann
2024-02-22 16:55 ` [tip: smp/core] cpu: Remove " tip-bot2 for Max Kellermann
0 siblings, 1 reply; 2+ messages in thread
From: Max Kellermann @ 2024-02-22 11:47 UTC (permalink / raw)
To: adobriyan, tglx, peterz, linux-kernel, sfr; +Cc: Max Kellermann
This syntax error was introduced by commit da92df490eea ("cpu: Mark
cpu_possible_mask as __ro_after_init").
Fixes: da92df490eea ("cpu: Mark cpu_possible_mask as __ro_after_init")
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
---
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 7b36b3a4e336..cc4a8068747c 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -3106,7 +3106,7 @@ const DECLARE_BITMAP(cpu_all_bits, NR_CPUS) = CPU_BITS_ALL;
EXPORT_SYMBOL(cpu_all_bits);
#ifdef CONFIG_INIT_ALL_POSSIBLE
-struct cpumask __cpu_possible_mask __ro_after_init;
+struct cpumask __cpu_possible_mask __ro_after_init
= {CPU_BITS_ALL};
#else
struct cpumask __cpu_possible_mask __ro_after_init;
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* [tip: smp/core] cpu: Remove stray semicolon
2024-02-22 11:47 [PATCH] linux-next/cpu: remove stray semicolon Max Kellermann
@ 2024-02-22 16:55 ` tip-bot2 for Max Kellermann
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Max Kellermann @ 2024-02-22 16:55 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Max Kellermann, Thomas Gleixner, x86, linux-kernel
The following commit has been merged into the smp/core branch of tip:
Commit-ID: 266e95786452d97f42dcb9a881bba223584b9648
Gitweb: https://git.kernel.org/tip/266e95786452d97f42dcb9a881bba223584b9648
Author: Max Kellermann <max.kellermann@ionos.com>
AuthorDate: Thu, 22 Feb 2024 12:47:27 +01:00
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Thu, 22 Feb 2024 17:51:14 +01:00
cpu: Remove stray semicolon
This syntax error was introduced by commit da92df490eea ("cpu: Mark
cpu_possible_mask as __ro_after_init").
Fixes: da92df490eea ("cpu: Mark cpu_possible_mask as __ro_after_init")
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240222114727.1144588-1-max.kellermann@ionos.com
---
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 7b36b3a..cc4a806 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -3106,7 +3106,7 @@ const DECLARE_BITMAP(cpu_all_bits, NR_CPUS) = CPU_BITS_ALL;
EXPORT_SYMBOL(cpu_all_bits);
#ifdef CONFIG_INIT_ALL_POSSIBLE
-struct cpumask __cpu_possible_mask __ro_after_init;
+struct cpumask __cpu_possible_mask __ro_after_init
= {CPU_BITS_ALL};
#else
struct cpumask __cpu_possible_mask __ro_after_init;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-22 16:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 11:47 [PATCH] linux-next/cpu: remove stray semicolon Max Kellermann
2024-02-22 16:55 ` [tip: smp/core] cpu: Remove " tip-bot2 for Max Kellermann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox