Re: [PATCH v4 02/21] arm64: Fix outdated TCR setup comment

2021-01-20 Thread Catalin Marinas
On Mon, Jan 18, 2021 at 09:45:14AM +, Marc Zyngier wrote: > The arm64 kernel has long be able to use more than 39bit VAs. > Since day one, actually. Let's rewrite the offending comment. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/mm/proc.S | 4 ++-- > 1 file changed, 2 insertions(+),

[PATCH v4 02/21] arm64: Fix outdated TCR setup comment

2021-01-18 Thread Marc Zyngier
The arm64 kernel has long be able to use more than 39bit VAs. Since day one, actually. Let's rewrite the offending comment. Signed-off-by: Marc Zyngier --- arch/arm64/mm/proc.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/mm/proc.S b/arch/arm64/mm/proc.S