[PATCH v4 2/5] riscv: Add checksum library
Conor Dooley
conor at kernel.org
Thu Sep 14 11:02:29 PDT 2023
> > > +#ifndef CONFIG_32BIT
> >
> > These can also be moved to IS_ENABLED() FYI, since there's no 32-bit
> > stuff here that'd break the build for 64-bit. Ditto elsewhere where
> > you've got similar stuff.
> >
> > Cheers,
> > Conor.
> This is an ifndef, so 32-bit compilation would throw a warning about
> shifting by 32 bits if IS_ENABLED was used instead.
Fair enough. I did accidentally invert things in my mail, I did notice
the n, I just thought it did the elimination beforehand those checks,
sorry for the noise.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20230914/f3d07498/attachment.sig>
More information about the linux-riscv
mailing list