Re: [RFC PATCH 08/23] hurd: Drop x86-specific assembly from init-first.c

2024-01-04 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le mer. 03 janv. 2024 20:14:41 +0300, a ecrit: > We already have the RETURN_TO macro for this exact use case, and it's already > used in the non-static code path. Use it here too. > > Signed-off-by: Sergey Bugaev > --- > > This was the last piece of x86 specifics

[RFC PATCH 08/23] hurd: Drop x86-specific assembly from init-first.c

2024-01-03 Thread Sergey Bugaev
We already have the RETURN_TO macro for this exact use case, and it's already used in the non-static code path. Use it here too. Signed-off-by: Sergey Bugaev --- This was the last piece of x86 specifics in init-first.c! (Remember, it started as sysdeps/mach/hurd/i386/init-first.c, with lots of i