[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YKyae+8O25A8vxMS@infradead.org>
Date: Tue, 25 May 2021 07:34:35 +0100
From: Christoph Hellwig <hch@...radead.org>
To: guoren@...nel.org
Cc: anup.patel@....com, palmerdabbelt@...gle.com, arnd@...db.de,
linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-arch@...r.kernel.org, linux-sunxi@...ts.linux.dev,
Guo Ren <guoren@...ux.alibaba.com>
Subject: Re: [PATCH 2/3] riscv: Fixup PAGE_UP in asm/page.h
On Mon, May 24, 2021 at 06:51:07AM +0000, guoren@...nel.org wrote:
> From: Guo Ren <guoren@...ux.alibaba.com>
>
> Current PAGE_UP implementation is wrong. PAGE_UP(0) should be
> 0x1000, but current implementation will give out 0.
>
> Although the current PAGE_UP isn't used, it will soon be used in
> tlb_flush optimization.
Nak. Please just remove the PAGE_UP/PAGE_DOWN macros just like they
have been removed from other architectures long ago and use the
generic DIV_ROUND_UP macro for your new code like everyone else.
Powered by blists - more mailing lists