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

Jinjie Ruan ruanjinjie at huawei.com
Tue Aug 20 05:57:20 PDT 2024



On 2024/8/20 19:42, Kevin Brodsky wrote:
> 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)?

There seems to be a compilation problem, but rolling back this function
is ok now.

> 
> Kevin
> 



More information about the linux-arm-kernel mailing list