Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754075AbeAOHJs (ORCPT + 1 other); Mon, 15 Jan 2018 02:09:48 -0500 Received: from mail.cn.fujitsu.com ([183.91.158.132]:33839 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751142AbeAOHJr (ORCPT ); Mon, 15 Jan 2018 02:09:47 -0500 X-IronPort-AV: E=Sophos;i="5.43,368,1503331200"; d="scan'208";a="35313682" Subject: Re: [PATCH] Document: typo fix in mm.txt From: Cao jin To: , , CC: , , , References: <20180115033644.21906-1-caoj.fnst@cn.fujitsu.com> Message-ID: Date: Mon, 15 Jan 2018 15:09:37 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180115033644.21906-1-caoj.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.226.60] X-yoursite-MailScanner-ID: 4D1B348AE82D.A5F01 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: caoj.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Finally know why I have this wrong understanding according to private discussion. Sorry for the noise -- Sincerely, Cao jin On 01/15/2018 11:36 AM, Cao jin wrote: > Signed-off-by: Cao jin > --- > Documentation/x86/x86_64/mm.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/x86/x86_64/mm.txt b/Documentation/x86/x86_64/mm.txt > index ea91cb61a602..8d09b6e5eb3f 100644 > --- a/Documentation/x86/x86_64/mm.txt > +++ b/Documentation/x86/x86_64/mm.txt > @@ -2,7 +2,7 @@ > Virtual memory map with 4 level page tables: > > 0000000000000000 - 00007fffffffffff (=47 bits) user space, different per mm > -hole caused by [47:63] sign extension > +hole caused by [48:63] sign extension > ffff800000000000 - ffff87ffffffffff (=43 bits) guard hole, reserved for hypervisor > ffff880000000000 - ffffc7ffffffffff (=64 TB) direct mapping of all phys. memory > ffffc80000000000 - ffffc8ffffffffff (=40 bits) hole >