Thread (27 messages) 27 messages, 7 authors, 2024-11-01

Re: [PATCH v3 2/3] arm64: Prepare to switch to generic entry

From: Kevin Brodsky <hidden>
Date: 2024-08-20 11:42:35
Also in: lkml

On 29/06/2024 10:56, Jinjie Ruan wrote:
-#define on_thread_stack()	(on_task_stack(current, current_stack_pointer, 1))
+static __always_inline bool on_thread_stack(void)
+{
+	return on_task_stack(current, current_stack_pointer, 1);
+}
This looks reasonable but I wonder why this change is required (as the
commit message suggests)?

Kevin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help