Re: [PATCH] sandbox: Correctly define BITS_PER_LONG

2023-03-01 Thread Simon Glass
On Sun, Oct 23, 2022 at 09:56:29AM +0200, Heinrich Schuchardt wrote: > On 10/23/22 09:50, Michal Suchánek wrote: > > On Sat, Oct 22, 2022 at 11:52:29PM +0200, Heinrich Schuchardt wrote: > > > > > > > > > Am 22. Oktober 2022 23:22:01 MESZ schrieb Michal Suchanek > > > : > > > > SANDBOX_BITS_PER_LON

Re: [PATCH] sandbox: Correctly define BITS_PER_LONG

2022-10-23 Thread Michal Suchánek
On Sun, Oct 23, 2022 at 09:56:29AM +0200, Heinrich Schuchardt wrote: > On 10/23/22 09:50, Michal Suchánek wrote: > > On Sat, Oct 22, 2022 at 11:52:29PM +0200, Heinrich Schuchardt wrote: > > > > > > > > > Am 22. Oktober 2022 23:22:01 MESZ schrieb Michal Suchanek > > > : > > > > SANDBOX_BITS_PER_L

Re: [PATCH] sandbox: Correctly define BITS_PER_LONG

2022-10-23 Thread Heinrich Schuchardt
On 10/23/22 09:50, Michal Suchánek wrote: On Sat, Oct 22, 2022 at 11:52:29PM +0200, Heinrich Schuchardt wrote: Am 22. Oktober 2022 23:22:01 MESZ schrieb Michal Suchanek : SANDBOX_BITS_PER_LONG is the number of bits in long on the sandbox platform. Please, explain in the commit message what

Re: [PATCH] sandbox: Correctly define BITS_PER_LONG

2022-10-23 Thread Michal Suchánek
On Sat, Oct 22, 2022 at 11:52:29PM +0200, Heinrich Schuchardt wrote: > > > Am 22. Oktober 2022 23:22:01 MESZ schrieb Michal Suchanek : > >SANDBOX_BITS_PER_LONG is the number of bits in long on the sandbox > >platform. > > Please, explain in the commit message what this patch is good for. For se

Re: [PATCH] sandbox: Correctly define BITS_PER_LONG

2022-10-22 Thread Heinrich Schuchardt
Am 22. Oktober 2022 23:22:01 MESZ schrieb Michal Suchanek : >SANDBOX_BITS_PER_LONG is the number of bits in long on the sandbox >platform. Please, explain in the commit message what this patch is good for. Aren't further patches needed to make use of it? Best regards Heinrich > >Signed-off

[PATCH] sandbox: Correctly define BITS_PER_LONG

2022-10-22 Thread Michal Suchanek
SANDBOX_BITS_PER_LONG is the number of bits in long on the sandbox platform. Signed-off-by: Michal Suchanek --- arch/sandbox/include/asm/types.h | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/sandbox/include/asm/types.h b/arch/sandbox/include/asm/types.h index c1a