Received: by 2002:a17:90a:b81:0:0:0:0 with SMTP id 1csp690628pjr; Fri, 9 Aug 2019 04:47:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqwM0Rud3qZy5pT09RqrbWXZfZE4zBiMuVDkWNC5LNpbc2O4BYGPvoAkvICFQkFWCdXhDoSy X-Received: by 2002:a65:6846:: with SMTP id q6mr17289287pgt.150.1565351224403; Fri, 09 Aug 2019 04:47:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565351224; cv=none; d=google.com; s=arc-20160816; b=0agkDC6cPBP1uT7QBz7fR9N+1C8wQdYjfD7Ooglh9IfdJVp7iiXKhStEGY92f8plRh 5jfZHeA19ejTui0PyEBHAai7IucLOmztLWCOVokN0EpCfxoqJt8FSCSqAbp31cozsDj0 hzfq14sH3gUPp1OFD9EpxE0fC9ySnGg17kyZ8A6K8Yyg++R8WlIgq7ZimSQUVo8RtKi+ VK23oKVI/uspHCyjralEJLc/6m2qBkhlH4Y4UyuBiXeQ+pbuMtmQUqrXHEdjLCFKKD/x OYrOX4DL67aQeX92TOihWI7oHKgxkSqF57PpJfGjQEDjIh+jabXwONX3XUOozY812Vlw s83g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=1b68cwSEWnAxlbBw1b9oL9VkajaWm8kXauCUL033X7k=; b=ekP6fKjc0V6VEcC+KJIo7pDYGkpkID0CiCPpT5BgDB1HyxCENmM+OtRQa8w6WUd/3f ZkYDhXTfvWBdcTix45JzP1y/Wk6u5F4oLlaZXzin9pVRLQbAQ3KRYsUSFZeAGU2jBocD VZMViCJp1axrBMgEYQ0OiMq4s/POuH4IOlcDUVn5visZt8cHqoeIaKaUKN5m77XdBgvv 95KWYgCf9zUuisvePgMFIoTaZzWDvLIZFJRfCWq8JXHGYYnYgBDjrF7qQkOgyMx4hXmM i+1tBIgmmvCEg9stwYoGC4puIw2rUGhccyC5tYfjbiKRdJ+i9XMA3JqSneGq1RkVe56f ZQBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a33si55712856pgl.436.2019.08.09.04.46.48; Fri, 09 Aug 2019 04:47:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406625AbfHILqI (ORCPT + 99 others); Fri, 9 Aug 2019 07:46:08 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:1391 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726157AbfHILqH (ORCPT ); Fri, 9 Aug 2019 07:46:07 -0400 X-IronPort-AV: E=Sophos;i="5.64,364,1559491200"; d="scan'208";a="73306026" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 09 Aug 2019 19:46:05 +0800 Received: from G08CNEXCHPEKD01.g08.fujitsu.local (unknown [10.167.33.80]) by cn.fujitsu.com (Postfix) with ESMTP id 08F1C4CE030E; Fri, 9 Aug 2019 19:46:07 +0800 (CST) Received: from TSAO.g08.fujitsu.local (10.167.226.60) by G08CNEXCHPEKD01.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 9 Aug 2019 19:46:06 +0800 From: Cao jin To: , CC: , , , Subject: [PATCH] x86/fixmap: update stale comments Date: Fri, 9 Aug 2019 19:46:12 +0800 Message-ID: <20190809114612.2569-1-caoj.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.17.2 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.167.226.60] X-yoursite-MailScanner-ID: 08F1C4CE030E.AC805 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: caoj.fnst@cn.fujitsu.com X-Spam-Status: No Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Cao jin --- arch/x86/include/asm/fixmap.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/include/asm/fixmap.h b/arch/x86/include/asm/fixmap.h index 9da8cccdf3fb..0c47aa82e2e2 100644 --- a/arch/x86/include/asm/fixmap.h +++ b/arch/x86/include/asm/fixmap.h @@ -42,8 +42,7 @@ * Because of this, FIXADDR_TOP x86 integration was left as later work. */ #ifdef CONFIG_X86_32 -/* used by vmalloc.c, vsyscall.lds.S. - * +/* * Leave one empty page between vmalloc'ed areas and * the start of the fixmap. */ @@ -120,7 +119,7 @@ enum fixed_addresses { * before ioremap() is functional. * * If necessary we round it up to the next 512 pages boundary so - * that we can have a single pgd entry and a single pte table: + * that we can have a single pmd entry and a single pte table: */ #define NR_FIX_BTMAPS 64 #define FIX_BTMAPS_SLOTS 8 -- 2.17.0