Re: [PATCH] m68k: implement runtime consts

From: Jean-Michel Hautbois

Date: Sat Dec 06 2025 - 09:49:24 EST


On Wed, Dec 03, 2025 at 05:06:52PM +0900, Daniel Palmer wrote:
> 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.

Hi Daniel,

It would be great to have vDSO at least for sys_get_thread_area() ! I
implemented something, but if you already have it, please, submit a RFC
I will test on coldfire !

Thanks,
JM

> Cheers,
>
> Daniel