Re: [PATCH 2/2] riscv: Make __fstate_clean() can work correctly.

From: Vincent Chen
Date: Tue Aug 13 2019 - 21:56:03 EST


On Mon, Aug 12, 2019 at 10:59 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
>
> Maybe s/can //g in the subject?
>
> > + regs->sstatus = (regs->sstatus & ~(SR_FS)) | SR_FS_CLEAN;
>
> No need for the inner braces here either.
OK, I will remove them.

>
> Otherwise:
>
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>

Thanks for your comments

Regards,
Vincent Chen