summaryrefslogtreecommitdiff
path: root/include/linux/cpu.h
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2022-04-22 12:32:01 +0200
committerPeter Zijlstra <peterz@infradead.org>2022-04-22 12:32:01 +0200
commit3398b12d10271c008ed48fecc6577a5940d7cdf3 (patch)
treea42c0f8e5bf46ee32ea5d2520b385f1b8546d8ed /include/linux/cpu.h
parent4abff6d48dbcea8200c7ea35ba70c242d128ebf3 (diff)
parent4cdfc11b2836e659c0b7b31152a8b0d976167b59 (diff)
Merge branch 'tip/x86/urgent'
Merge the x86/urgent objtool/IBT changes as a base Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r--include/linux/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h
index 9cf51e41e697..54dc2f9a2d56 100644
--- a/include/linux/cpu.h
+++ b/include/linux/cpu.h
@@ -167,7 +167,7 @@ static inline int suspend_disable_secondary_cpus(void) { return 0; }
static inline void suspend_enable_secondary_cpus(void) { }
#endif /* !CONFIG_PM_SLEEP_SMP */
-void cpu_startup_entry(enum cpuhp_state state);
+void __noreturn cpu_startup_entry(enum cpuhp_state state);
void cpu_idle_poll_ctrl(bool enable);