Re: [PATCH] m68k: implement runtime consts

From: Daniel Palmer

Date: Wed Dec 03 2025 - 03:07:13 EST


Hi Geert,

On Thu, 27 Nov 2025 at 19:22, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:

>
> Replacing the macros by static inline functions should fix that.

Thanks. I've done that now. Any comments on the rest of this?
I have a few things like implementing jump labels, a vDSO to get
around the sys_get_thread_area() bottleneck to come after this.

Cheers,

Daniel