[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAAhSdy27fGCiFc_g06Q3AnaVEJ_P6GeOoEFw5vA6tkN++4xRTA@mail.gmail.com>
Date: Mon, 25 Mar 2019 09:47:24 +0530
From: Anup Patel <anup@...infault.org>
To: Christoph Hellwig <hch@...radead.org>
Cc: Anup Patel <Anup.Patel@....com>,
Palmer Dabbelt <palmer@...ive.com>,
Albert Ou <aou@...s.berkeley.edu>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Mike Rapoport <rppt@...ux.ibm.com>,
Atish Patra <Atish.Patra@....com>,
Paul Walmsley <paul.walmsley@...ive.com>,
"linux-riscv@...ts.infradead.org" <linux-riscv@...ts.infradead.org>
Subject: Re: [PATCH v2 4/5] RISC-V: Remove redundant trampoline page table
On Fri, Mar 22, 2019 at 7:03 PM Christoph Hellwig <hch@...radead.org> wrote:
>
> >
> > - /* Compute satp for kernel page tables, but don't load it yet */
> > + /* Compute satp for kernel page directory, but don't load it yet */
>
>
> > /*
> > - * Load trampoline page directory, which will cause us to trap to
> > + * Load kernel page directory, which will cause us to trap to
> > * stvec if VA != PA, or simply fall through if VA == PA
> > */
>
> If we want to nitpick comments I think this should take about the
> page table root or something like that.
Okay, I will update comments.
>
> Otherwise the idea looks good, but I really think we should do this
> before all the changes to the setup_vm code.
Sure, I will move it before setup_vm code so that setup_vm code is
further simplified.
Regards,
Anup
Powered by blists - more mailing lists